making scripts more *nix friendly.

This commit is contained in:
staticsafe 2012-04-04 18:42:24 -04:00
parent 0e58fa3946
commit 9582cbbcdb
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Environment setup redone in bash, because using call in Python is lame
# Basic requirements - bash, sudo (Also make sure your user has sudo privileges!)

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Small script to update my env. Too lazy to write this into my python setup script