summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-04-23 11:38:43 +0200
committerFlorian Dold <florian@dold.me>2021-04-23 11:38:43 +0200
commitf5e342ea9e752cf8ca74aaa53dab5d6efbbf81dc (patch)
tree15616824874f02d433559afc864da7c5abfee2ab /bootstrap
parent0f393b59b3651c9d8b19ef5d1cd0d2f2255ea29c (diff)
downloadtaler-merchant-demos-f5e342ea9e752cf8ca74aaa53dab5d6efbbf81dc.tar.gz
taler-merchant-demos-f5e342ea9e752cf8ca74aaa53dab5d6efbbf81dc.tar.bz2
taler-merchant-demos-f5e342ea9e752cf8ca74aaa53dab5d6efbbf81dc.zip
bootstrap script
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap5
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000..fbf99b5
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+# This bootstrap script currently does nothing, but
+# is there for uniformity, since almost all our other
+# repos have a bootstrap script.