Finished changing my API. Entry point is not at gen-script.py.

This commit is contained in:
kolaczyn
2020-07-12 14:37:41 +02:00
parent 323485db42
commit 911861dbd8
3 changed files with 36 additions and 17 deletions

View File

@ -1,5 +1,6 @@
#!/bin/bash
rm list.txt rip.sh output.mp4
rm -r ../out
mkdir ../out
rm list.txt rip.sh output.mp4 > /dev/null 2>&1
rm -r ../out > /dev/null 2>&1
mkdir ../out > /dev/null 2>&1
echo "clean.sh finished its job"