aboutsummaryrefslogtreecommitdiffstats
path: root/build.command
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-02-11 21:00:52 +0100
committerThomas Vanbesien <tvanbesi@proton.me>2026-02-12 14:56:15 +0100
commit6c22a6e48e8ff49a69434eca7a7b78158576cb7b (patch)
tree2648d665bf9c27166da052fe2aa8281b56ceb498 /build.command
downloadnet_services-6c22a6e48e8ff49a69434eca7a7b78158576cb7b.tar.gz
net_services-6c22a6e48e8ff49a69434eca7a7b78158576cb7b.zip
Initial import
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