bin | ||
LICENSE | ||
README.md |
local-bin
Set of scripts to drop to /usr/local/bin
or ~/.local/bin
.
Installation
# Copy
sudo cp src/* /usr/local/bin/
# Restrict changing by the user owning a repo
chown root:root /usr/local/bin/*
# (optional, if needed) Making sure scripts are executable
chmod +x /usr/local/bin/*