Skip to content

tuxedo-tools/shell-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

shell-dash

Collection of shell scripts and utilities

Installation

  1. Clone repository
git clone https://github.com/tuxedo-tools/shell-dash.git ~/.shell-dash
  1. Add bin directory to path:
echo 'export PATH="$HOME/.shell-dash/bin:$PATH"' >> ~/.bashrc

Update

cd ~/.shell-dash && git pull origin main

License

This code is released under the MIT License. See LICENSE.