From 98b02931a05ce7a0a8001de0811128b2ebd53ef5 Mon Sep 17 00:00:00 2001 From: Kuba Date: Mon, 30 Jan 2023 22:47:51 +0100 Subject: [PATCH] automate cleanup --- load-balancer/clean.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 load-balancer/clean.sh diff --git a/load-balancer/clean.sh b/load-balancer/clean.sh new file mode 100755 index 0000000..fc6d275 --- /dev/null +++ b/load-balancer/clean.sh @@ -0,0 +1,3 @@ +#!/bin/bash +echo "Clearing leftovers..." +python3 b.py \ No newline at end of file