FireBot/modres.sh

7 lines
No EOL
100 B
Bash

if [[ "${1}." = "." ]]; then
echo ERROR
else
rm -rf ~/${REPL_SLUG}/venv/${1}*
echo removed ${1}
fi