2025-12-12 13:30:46 +08:00
2025-12-12 11:54:03 +08:00
2025-12-12 13:30:46 +08:00
2025-12-12 13:30:46 +08:00

Common Scripts

Just some common scripts for all every Linux shells.

Installation

To /usr/local/common-scripts: (reecommended)

git clone https://githive.duckdns.org/shared/common-scripts ~/common-scripts && \
sudo mv ~/common-scripts /usr/local/ && \
echo -e "\n# Common Scripts:\n. /usr/local/common-scripts/startup.sh \"/usr/local/common-scripts\"" >> ~/.bashrc

To $HOME/common-scripts:

git clone https://githive.duckdns.org/shared/common-scripts ~/common-scripts && \
echo -e "\n# Common Scripts\n. \$HOME/common-scripts/startup.sh \"$HOME/common-scripts\"" >> ~/.bashrc
Description
Frequently used bash scripts.
Readme MIT 23 KiB
Languages
Shell 100%