lawrancej / starterupper

Automate git setup for classroom use
MIT License
0 stars 1 forks source link

Trim whitespace, change /bin/bash to /usr/bin/env #23

Open allevaton opened 9 years ago

allevaton commented 9 years ago
* It's always been good practice to use /usr/bin/env
  over just /bin/bash or /usr/bin/bash, because there's
  no way of actually knowing where someone has the bash
  executable, but we always know where /usr/bin/env is.
* Trimmed all trailing whitespace.