Update 2024-12-31 10:47 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2024-12-31 10:47:38 +01:00
parent 9ffce7022e
commit 9f55042b33
23 changed files with 369 additions and 499 deletions

View File

@@ -22,6 +22,8 @@ read _reply < /dev/tty
if [ -z "$_reply" ]
then
_path="$PWD"
else
_path="$_reply"
fi
# shortcuts!!!
@@ -36,7 +38,7 @@ esac
if [ ! -d "$_path" ]
then
_path="$(port-jump $_path)"
_path="$(port-jump "$_path")"
fi
print "Using: $_path"