summaryrefslogtreecommitdiff
path: root/gup/manifest.gup
diff options
context:
space:
mode:
Diffstat (limited to 'gup/manifest.gup')
-rw-r--r--gup/manifest.gup6
1 files changed, 6 insertions, 0 deletions
diff --git a/gup/manifest.gup b/gup/manifest.gup
new file mode 100644
index 0000000..91d501e
--- /dev/null
+++ b/gup/manifest.gup
@@ -0,0 +1,6 @@
1#!/usr/bin/env zsh
2
3dir=$(dirname $2)
4
5cd ${dir}
6find . \( \( -path './.gup' -or -path './abgabe.zip' \) -and -prune \) -or \( -path '.' -or -path './manifest' \) -or -print >${1} \ No newline at end of file