mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-03-22 19:17:38 +01:00
3 lines
58 B
Python
3 lines
58 B
Python
import sys
|
|
print("strip.py: %s" % " ".join(sys.argv[1:]))
|