forked from lix-project/hydra
5 lines
46 B
Bash
5 lines
46 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
mkdir $out
|
||
|
echo foo > $out/a-file
|