Remove old scripts in path

This commit is contained in:
RealStickman 2021-06-08 12:47:50 +02:00
parent 61acbc3bcf
commit 6544808952

View File

@ -182,6 +182,11 @@ if [[ -d ~/.config/Vorlagen ]]; then
rm -r ~/.config/Vorlagen
fi
# remove old scripts in path
if [[ -d ~/scripts/in_path ]]; then
rm -r ~/scripts/in_path
fi
echo
cat <<EOF
########################################