4 lines
73 B
Bash
Executable file
4 lines
73 B
Bash
Executable file
cp "$1" game.txt
|
|
git add .
|
|
git commit -m "trocado jogo para $1"
|
|
git push
|