parent
a813211103
commit
92710f97d0
1 changed files with 1 additions and 1 deletions
2
cd.sh
2
cd.sh
|
@ -448,7 +448,7 @@ local file="${1}"
|
||||||
cd_rm () {
|
cd_rm () {
|
||||||
if [ -e "${1}" ] ; then
|
if [ -e "${1}" ] ; then
|
||||||
echo "← ${1}"
|
echo "← ${1}"
|
||||||
rm --recursive "${1}" || exit
|
rm -r "${1}" || exit
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue