summaryrefslogtreecommitdiff
path: root/generate_sources.sh
diff options
context:
space:
mode:
authorMichael Schwarz <michi.schwarz@gmail.com>2014-11-26 16:24:08 +0100
committerMichael Schwarz <michi.schwarz@gmail.com>2014-11-27 18:18:27 +0100
commit16d3e4a963d7fd299042ba27778744e0bd7da037 (patch)
tree9148c097353b3241c6895c6c74fe3f583ca85c6e /generate_sources.sh
downloadpogojig-16d3e4a963d7fd299042ba27778744e0bd7da037.tar.gz
pogojig-16d3e4a963d7fd299042ba27778744e0bd7da037.tar.bz2
pogojig-16d3e4a963d7fd299042ba27778744e0bd7da037.zip
First version of the template project.
Diffstat (limited to 'generate_sources.sh')
-rwxr-xr-xgenerate_sources.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/generate_sources.sh b/generate_sources.sh
new file mode 100755
index 0000000..687f91a
--- /dev/null
+++ b/generate_sources.sh
@@ -0,0 +1,9 @@
+#! /usr/bin/env bash
+
+if [ "$1" ]; then
+ # Print the content of the generated source named $1 here.
+ true
+else
+ # Print a list of names of the files that should be generated using this script here.
+ true
+fi