nix-php52/merge.sh
2020-06-14 19:39:16 -04:00

8 lines
101 B
Bash
Executable file

export PATH=${coreutils}/bin
mkdir $out
for src in "$@"
do
chmod -R +w $out
cp -R $src $out
done