/scripts

Primary LanguageShell

/

  • chmod+x.sh: sudo add execution rights to a list of files. specify files as cmdline args.

  • grep.sh: colorized grep, ignore case.

  • getlyse.sh: use httrack to dl learnyousomeerlang.com/content, excluding parent directories.

  • httrack-get-site.sh: same as getlyse.sh, except site url is parameterized. specify url as cmdline arg.

  • test.sh: test file for practicing arg syntax.

android/

  • proj-create.sh: starts a new Android project. meant to be soft linked in the Android sdk base directory. call with no args for help.

  • proj-update.sh: updates current project. call with no args for help.

  • avd-create.sh: creates new avd. call with no args for help.

  • avd-create-std-set.sh: hard coded version of avd-create.sh. creates 2.1, 2.1 google map api, 2.2, 2.2 gmap api, 2.3, 2.3 gmap api, 4.0, 4.0 gmap api.

install/

  • install-ruby-rvm.sh: apt-get system ruby, then curl install rvm from github source

  • install-tmux.sh: install latest tmux from sourceforge home, install in /usr/local

  • install-git.sh: install git from main repo, configure basic settings