README.fish: fixed location of user scripts.
[midnight-commander.git] / src / vfs / fish / helpers / unlink
blob79b9ad0d6e3e0165b1b1fa9a137368e0e05846e2
1 #DELE $FISH_FILENAME
2 if rm -f "/${FISH_FILENAME}" 2>/dev/null; then
3     echo "### 000"
4 else
5     echo "### 500"
6 fi