elearning/Frontend-Learner/node_modules/shell-quote/print.py
2026-01-13 10:48:02 +07:00

3 lines
53 B
Python

#!/usr/bin/env python3
import sys
print(sys.argv[1])