repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
init version.
[bush.git]
/
tests.bak
/
exp4.sub
blob
d022cebba0b7f4ef59c5cdd7e67cc1bbe9354421
1
f=" val" e=
2
echo "$e"$f
3
echo $e$f
4
echo "$e""$f"
5
6
if [[ "$1"x == x ]] ; then
7
echo "no arg passed"
8
exit 1
9
fi
10
echo "$1"x | cat -v