pclishOS/root/bin/echo.py

5 lines
61 B
Python

import sys
def echo(txt):
print(txt.join(sys.argv[1:]))