From 2d91d5bbf97c275ded7f835f29fdaefea681aec7 Mon Sep 17 00:00:00 2001
From: BuildTools <unconfigured@null.spigotmc.org>
Date: Fri, 6 May 2022 22:12:31 +0200
Subject: [PATCH] automatisation

---
 start.sh     | 4 ++++
 start_web.sh | 3 +++
 2 files changed, 7 insertions(+)
 create mode 100755 start.sh
 create mode 100755 start_web.sh

diff --git a/start.sh b/start.sh
new file mode 100755
index 0000000..d605625
--- /dev/null
+++ b/start.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+screen -S music_downloading python download_server.py
+
diff --git a/start_web.sh b/start_web.sh
new file mode 100755
index 0000000..4a71c10
--- /dev/null
+++ b/start_web.sh
@@ -0,0 +1,3 @@
+cd /mnt/usb/bleezrdata/musics/
+screen -dmS bleezr_web_server sudo python -m SimpleHTTPServer 8000
+
-- 
GitLab