hush 0.1.4

Hush is a unix shell scripting language based on the Lua programming language
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	hey you;
	out there on the wall << 'some input string' 2>1 1>2 >> file > $file ?
		| and pipes ?
		| can be 2>1
		# interleaved with comments
		| fun;
}

let error = ${
	echo $args' aren\'t '$boring" even when \$'$double' quoted";
	this command does not exist
}[1]

&{
	go async
}.join()