diff options
Diffstat (limited to 'node_modules/shell-quote/print.py')
| -rwxr-xr-x | node_modules/shell-quote/print.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node_modules/shell-quote/print.py b/node_modules/shell-quote/print.py new file mode 100755 index 0000000..dc8e868 --- /dev/null +++ b/node_modules/shell-quote/print.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python3 +import sys +print(sys.argv[1]) |
