diff --git a/fabiopython b/fabiopython new file mode 100644 index 0000000..58faa0b --- /dev/null +++ b/fabiopython @@ -0,0 +1,9 @@ +#!/usr/bin/python + +import os + +#Returns the current working directory. +os.getcwd() + +Return information identifying the current operating system. +os.uname()