]> icculus.org git repositories - btb/d2x.git/blob - test.cfg
command queueing
[btb/d2x.git] / test.cfg
1 alias foo echo you just ran foo
2 foo
3 alias bar "echo you just ran bar"
4 bar
5 echo a; echo b; echo c
6 echo "a ; b ; c ;"