You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
bin | 8 months ago | |
LICENSE | 11 months ago | |
README.md | 8 months ago |
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/*