about summary refs log blame commit diff
path: root/tests/substituter.sh
blob: 005e97605c915098c6da505f5f5e86c4331b708e (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                             
#! /bin/sh -ex
echo $*

case $* in
    *)
        mkdir $1
        echo $3 $4 > $1/hello
        ;;
esac