/ Published in: Bash

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
BASH: cd `dirname $0` Python: os.chdir(os.path.dirname(sys.argv[0]))
Comments
