summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-11-23 12:17:10 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2014-11-23 12:17:10 +0100
commitc8aa48924b284512075432b042ca15c31394ed14 (patch)
tree1a23cf340b9c42d5650dbd4d570bba3782fc8120
parentf96771a066490bd43af8ca2a274384669b09fe22 (diff)
downloadbwinf-33-c8aa48924b284512075432b042ca15c31394ed14.tar.gz
bwinf-33-c8aa48924b284512075432b042ca15c31394ed14.zip
Vorbereitung zum Verschieben in Unterordner
-rwxr-xr-xgendoc.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/gendoc.sh b/gendoc.sh
index 702dfe3..56d0880 100755
--- a/gendoc.sh
+++ b/gendoc.sh
@@ -1,6 +1,7 @@
#!/usr/bin/bash
dir=$(mktemp -d)
-cp *.md $dir/
+cp doc/* $dir/
+cp README $dir/
fs=$(find $dir -type f)
for f in $fs