adicionado update.sh para gerenciar jogos
This commit is contained in:
parent
0fc492cb5d
commit
c283f0b355
2 changed files with 5 additions and 0 deletions
4
update.sh
Executable file
4
update.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
cp "$1" game.txt
|
||||
git add .
|
||||
git commit -m "trocado jogo para $1"
|
||||
git push
|
1
valheim.txt
Normal file
1
valheim.txt
Normal file
|
@ -0,0 +1 @@
|
|||
892970
|
Loading…
Reference in a new issue