more folder structure
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if command -v solen > /dev/null
|
||||
then
|
||||
solen
|
||||
else
|
||||
python3 "./src/main.py"
|
||||
fi
|
||||
Reference in New Issue
Block a user