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