# Clone the repo to a directory of your choice
md mydir && cd mydir
git clone -------------- .
# Create soft links from bin path to the shell-scripts
for script in $( ls src/bash );
do sudo ln -s src/$script /usr/local/bin;
done
# Create soft links from share path relative to bin path to templates
for template in $( ls src/templates );
do sudo ln -s src/$template /usr/local/share;
done
-
Notifications
You must be signed in to change notification settings - Fork 0
mikaeleythor/shell-scripts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Shortcuts and bash scripts
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published