more folder structure

This commit is contained in:
Odweta
2024-01-30 18:33:17 +01:00
parent ab606881b2
commit afd26a2b2c
2 changed files with 0 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
if command -v solen > /dev/null
then
solen
else
python3 "./src/main.py"
fi