OILS
/
test
/
lossless
/ tilde.sh
View on Github
|
oilshell.org
9 lines, 7 significant
1
#!/usr/bin/env bash
2
3
echo ~/src
4
echo ~andy/git
5
bin=~andy/bin
6
echo not~an~expansion~
7
echo
8
echo ~{/src,root}
9
echo {foo~,~}/bar