master
Tait Hoyem 5 years ago
commit 98266543c3

@ -1,4 +1,6 @@
mkdir --parents ~/.local/bin/ 2> /dev/null || echo "Local bin exists"
ln -s */* ~/.local/bin/ && echo "Linked!"
cp */* ~/.local/bin/ && echo "Copied!"
echo "Run again to update local copies of script after git pull."
echo "Add ~/.local/bin/ to your \$PATH to be able to run these scripts from your terminal"

Loading…
Cancel
Save