summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/cd
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/sgi/cd')
-rwxr-xr-xDemo/sgi/cd/listcd.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Demo/sgi/cd/listcd.py b/Demo/sgi/cd/listcd.py
index 299cd98..5017851 100755
--- a/Demo/sgi/cd/listcd.py
+++ b/Demo/sgi/cd/listcd.py
@@ -20,3 +20,5 @@ def main():
def z(n):
s = `n`
return '0' * (2 - len(s)) + s
+
+main()