diff options
Diffstat (limited to 'challenge-112/stuart-little/python/ch-1.py')
| -rwxr-xr-x | challenge-112/stuart-little/python/ch-1.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/challenge-112/stuart-little/python/ch-1.py b/challenge-112/stuart-little/python/ch-1.py new file mode 100755 index 0000000000..64f5a02c1d --- /dev/null +++ b/challenge-112/stuart-little/python/ch-1.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python + +# run <script> <path> + +import os +import sys + +print(os.path.normpath(sys.argv[1])) |
