2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-05 12:00:16 +00:00
cheat.sheets/sheets/Bash-Snippets
2017-07-17 20:47:46 +00:00

17 lines
398 B
Plaintext

# Bash-Snippets
# A collection of bash tools for heavy terminal users
# https://github.com/alexanderepstein/Bash-Snippets
# To install
git clone https://github.com/alexanderepstein/Bash-Snippets
cd Bash-Snippets
./install.sh all
# or to install an individual script
# ./install.sh stocks
# To uninstall
git clone https://github.com/alexanderepstein/Bash-Snippets
cd Bash-Snippets
./uninstall.sh