mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
5 lines
137 B
Python
5 lines
137 B
Python
# I am a test module.
|
|
aliases['echo'] = lambda args, stdin=None: print(' '.join(args))
|
|
|
|
$WAKKA = "jawaka"
|
|
x = $(echo "hello mom" $WAKKA)
|