Update 'tildepath.sh'

feel free to remove the busybox part, it's not necessary
This commit is contained in:
jan6 2019-04-19 07:03:04 -04:00
parent ead0f51840
commit b4d495aaac
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ dir=${1:-"$PWD"} busybox sh -c '
if test "$dir";then
if test "$dir" = "--help";then
echo "replaces /home/ with ~ making friendlier paths.";
echo "files relative to current directory";
else
true
fi;