index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
substituter.sh
blob: 005e97605c915098c6da505f5f5e86c4331b708e (
plain
)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh -ex
echo
$*
case
$*
in
*
)
mkdir
$1
echo
$3
$4
>
$1
/hello
;;
esac