guix/tests/substituter.sh

11 lines
114 B
Bash
Executable File

#! /bin/sh -ex
echo $*
case $* in
*)
mkdir $1
echo $3 $4 > $1/hello
;;
esac