rwxrob-dot/scripts/giver
Rob Muhlestein 2ea0289e9f Rebase
2022-02-09 02:29:05 -05:00

9 lines
142 B
Bash
Executable File

#!/bin/sh
if [ "${string#*/}" != "$string" ]; then
url="https://github.com/$1"
else
url="https://github.com/rwxrob/$1"
fi
wee "${url}"