Files
aocutil/push.sh
nim-ka 9cb767f8ba .
2022-11-26 03:39:57 +00:00

9 lines
107 B
Bash
Executable File

#!/bin/bash
./cat.sh
rm out.txt
node out.js test | tee out.txt || exit
git add .
git commit -m .
git push