Skip to content

Instantly share code, notes, and snippets.

View dwj300's full-sized avatar

Douglas Jordan dwj300

View GitHub Profile

Keybase proof

I hereby claim:

To claim this, I am signing this object:

#!/usr/bin/env python
from glob import glob
import operator
from subprocess import PIPE, Popen
import shlex
import re
""" Script to call the simple scalar command """
__author__ = "Douglas Jordan"
#!/usr/bin/env python
from glob import glob
from subprocess import PIPE, Popen
import shlex
import re
""" Script to call the simple scalar command.
Built for PSU CMPEN 431 """
__author__ = "Douglas Jordan"