diff options
-rwxr-xr-x | cleanstart.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cleanstart.sh b/cleanstart.sh new file mode 100755 index 0000000..d746c71 --- /dev/null +++ b/cleanstart.sh @@ -0,0 +1,3 @@ +killall python3 +rm BubBob.log +python3 BubBob.py
\ No newline at end of file |