Add files via upload

This commit is contained in:
mnjx
2023-03-22 10:35:19 -10:00
committed by GitHub
parent b688280f53
commit 0aabf5a198
14 changed files with 3908 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#! /bin/bash
rm /home/mnjx/Documents/code/tictactoe/latest/tictactoe-latest.py -f
ls /home/mnjx/Documents/code/tictactoe/*.py | grep new | xargs cp -t /home/mnjx/Documents/code/tictactoe/latest
mv /home/mnjx/Documents/code/tictactoe/latest/*.py /home/mnjx/Documents/code/tictactoe/latest/tictactoe-latest.py
python /home/mnjx/Documents/code/tictactoe/latest/tictactoe-latest.py