Commit 2005b44a58a647ed6ab3bbb520fc304b6dc9714c

Authored by Perry Werneck
1 parent fe240cba

Atualizando script de sincronização de repositórios; incluindo readme.

Showing 2 changed files with 7 additions and 0 deletions   Show diff stats
README.md
... ... @@ -0,0 +1,6 @@
  1 +pw3270 is a modern, GTK-based, completely free tn3270 emulator.
  2 +
  3 +Created originally for Banco do Brasil, it's now an official Brazilian Government Public Software project, and is used worldwide.
  4 +
  5 +See more details at https://softwarepublico.gov.br/social/pw3270/
  6 +
... ...
gitsync.sh
... ... @@ -8,4 +8,5 @@ git fetch origin
8 8 git checkout master
9 9 git merge origin/master
10 10  
  11 +git push bitbucket
11 12  
... ...