forked from lix-project/hydra
7 lines
84 B
Bash
7 lines
84 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
set -e
|
||
|
mkdir $out
|
||
|
cp -v $src/* $out/
|
||
|
git describe --long > $out/Version
|