ascii delimiters

This commit is contained in:
Thomas Levine 2016-04-10 08:45:11 +00:00
parent 478b0b3c8d
commit 4798611d78
2 changed files with 7 additions and 0 deletions

1
TODO
View File

@ -287,6 +287,7 @@ Maybe fifo
for x in "$@"
until
readonly
getopts
Variable assignments specified with special built-in utilities remain in
effect after the built-in completes; this shall not be the case with a

6
urchin
View File

@ -48,6 +48,12 @@
set -e
# Delimiters
FS=$(printf '\u001C')
GS=$(printf '\u001D')
RS=$(printf '\u001E')
US=$(printf '\u001F')
# Urchin version number
VERSION=0.0.0-master