ButteredToast4/release.sh

7 lines
93 B
Bash
Raw Normal View History

2023-02-06 21:39:57 +00:00
#!/bin/sh
rm -rf "$3"
python3 ../blorbtool.py "$1" giload "$2" interpreter
cp -R "$4" "$3"