mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-15 23:00:15 -07:00
6 lines
132 B
Bash
Executable File
6 lines
132 B
Bash
Executable File
#!/bin/sh
|
|
for i in $(find | grep -E '.*\.pyc'); do rm $i; done
|
|
python3 bundle.py $1
|
|
python3 bundle.py -w $1
|
|
python3 bundle.py -b $1
|