From db5eef5a2f6fb7af055aa368d4846fb4d8213da7 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Thu, 8 Apr 2021 20:32:56 +0200 Subject: [PATCH] Created dummy script just_lxc.sh --- just_lxc.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 just_lxc.sh diff --git a/just_lxc.sh b/just_lxc.sh new file mode 100644 index 0000000..bbf356c --- /dev/null +++ b/just_lxc.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "This is just a dummy script" \ No newline at end of file