Created
November 30, 2016 05:07
-
-
Save Psykar/e94f3b81f3344826c62e8bb04aa70c57 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import subprocess | |
import sys | |
import os | |
sys.path.append(os.environ['MODULESHOME']+"/init") | |
from python import module | |
module('load skymaker') | |
subprocess.call(['sky']) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment