aboutsummaryrefslogtreecommitdiffstats
path: root/build.command
diff options
context:
space:
mode:
Diffstat (limited to 'build.command')
-rwxr-xr-xbuild.command5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.command b/build.command
new file mode 100755
index 0000000..d307f88
--- /dev/null
+++ b/build.command
@@ -0,0 +1,5 @@
+#!/usr/bin/bash
+
+for srv in nginx radicale; do
+ tar -czf services/"$srv"/fs.tar.gz -C services/"$srv"/fs .
+done