From e4fa1e69e7ebfb627c7198fd1a9881e9327ec4d4 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 28 Jun 2025 17:26:46 -0700 Subject: initial commit: scaffolding --- node_modules/shell-quote/print.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 node_modules/shell-quote/print.py (limited to 'node_modules/shell-quote/print.py') 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]) -- cgit v1.2.3