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
Languages
Shell
100%