making scripts more *nix friendly.
This commit is contained in:
parent
0e58fa3946
commit
9582cbbcdb
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Environment setup redone in bash, because using call in Python is lame
|
# Environment setup redone in bash, because using call in Python is lame
|
||||||
# Basic requirements - bash, sudo (Also make sure your user has sudo privileges!)
|
# Basic requirements - bash, sudo (Also make sure your user has sudo privileges!)
|
||||||
|
|
|
@ -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
|
# Small script to update my env. Too lazy to write this into my python setup script
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue