Scripts of various programming languages to do everyday tasks from the linux CLI
All files contained in this repository are Copyright by Jeffrey Hoyt (jchoyt@gmail.com). All rights reserved. All files in this repository are dual-licensed under the Do What The Fuck You Want To Public License(WTFPL), any version and the GNU General Public License(GPL), version 3 or higher, or as otherwise noted. A copy of the most recent version of both of these licenses is included in the licenses/ folder of this repository. You are encouraged to choose whatever license best suits your needs.
If you have any questions concerning the files in this repository, please contact me. Suggestions for improvement are welcomed via Pull Request on GitHub or emailed patches. All contributions are assumed to be made under the terms of the WTFPL.
git clone https://github.com/jchoyt/scripts.git
ln -s scripts/remote/bin
mv .bashrc .bashrc.orig
ln -s scripts/remote/.bashrc
ln -s scripts/remote/.gitconfig
To keep the scripts up to date, pull new code once a day using cron:
crontab -e
append the following to pull a new version at 3am (not tested yet):
0 3 * * * cd /home/jchoyt/scripts && git pull