9 lines
107 B
Bash
Executable File
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
|