aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/151 reserved targets/runtarget/echo.py
blob: 7f9f17992e1e9bc1f0c78437520f25a79713cc01 (plain)
1
2
3
4
5
6
#!/usr/bin/env python3

import sys

if len(sys.argv) > 1:
    print(sys.argv[1])