1
0
Fork 0
Set of scripts for somewhat frequent use.
Go to file
Alexey Skobkin 16a0d05579
README.md fixes.
2022-06-20 17:51:46 +03:00
bin preparekern-desktop added. 2022-06-20 17:48:46 +03:00
LICENSE Initial commit. 'preparekern' script from home server, README.md, LICENSE. 2022-03-27 02:13:51 +03:00
README.md README.md fixes. 2022-06-20 17:51:46 +03:00

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