Remove old scripts in path
This commit is contained in:
parent
61acbc3bcf
commit
6544808952
@ -182,6 +182,11 @@ if [[ -d ~/.config/Vorlagen ]]; then
|
|||||||
rm -r ~/.config/Vorlagen
|
rm -r ~/.config/Vorlagen
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# remove old scripts in path
|
||||||
|
if [[ -d ~/scripts/in_path ]]; then
|
||||||
|
rm -r ~/scripts/in_path
|
||||||
|
fi
|
||||||
|
|
||||||
echo
|
echo
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
########################################
|
########################################
|
||||||
|
Loading…
Reference in New Issue
Block a user