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