1
0
Fork 0
Set of scripts for somewhat frequent use.
Go to file
Alexey Skobkin b16ab03556 Initial commit. 'preparekern' script from home server, README.md, LICENSE. 2022-03-27 02:13:51 +03:00
bin Initial commit. 'preparekern' script from home server, README.md, LICENSE. 2022-03-27 02:13:51 +03:00
LICENSE Initial commit. 'preparekern' script from home server, README.md, LICENSE. 2022-03-27 02:13:51 +03:00
README.md Initial commit. 'preparekern' script from home server, README.md, LICENSE. 2022-03-27 02:13:51 +03:00

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/*