recipe-backend/node_modules/shell-quote/print.py
2025-09-21 12:39:54 +02:00

3 lines
53 B
Python
Executable file

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