From 6c22a6e48e8ff49a69434eca7a7b78158576cb7b Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 11 Feb 2026 21:00:52 +0100 Subject: Initial import --- build.command | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 build.command (limited to 'build.command') 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 -- cgit v1.2.3