File: sample.xsh

package info (click to toggle)
xonsh 0.13.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,024 kB
  • sloc: python: 46,350; makefile: 136; sh: 41; xml: 17
file content (5 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (5)
1
2
3
4
5
# I am a test module.
aliases['echo'] = lambda args, stdin=None: print(' '.join(args))

$WAKKA = "jawaka"
x = $(echo "hello mom" $WAKKA)