Thanks to visit codestin.com
Credit goes to github.com

Skip to content

domsson/dot-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dot-scripts

Just some random helper scripts I've written for my system.

Setup/ Bootstrapping

I keep these in $HOME/.scripts. In order to have them available via $PATH, I've added this to my .profile:

if [ -d "$HOME/.scripts" ] ; then
    PATH="$HOME/.scripts:$PATH"
fi

Oh, and don't forget to chmod +x all files so they can be executed.

License/ Copyright

If you find anything in here useful, you can just use it. No need to ask or attribute or whatever. It is all public domain.

About

My personal helper scripts (Linux)

Topics

Resources

License

Stars

Watchers

Forks

Languages