FireBot/modres.sh

7 lines
100 B
Bash
Raw Normal View History

2023-10-23 22:10:07 +00:00
if [[ "${1}." = "." ]]; then
echo ERROR
else
rm -rf ~/${REPL_SLUG}/venv/${1}*
echo removed ${1}
fi