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