added scripts dir

This commit is contained in:
2022-01-04 18:22:02 +01:00
parent b434705623
commit d992344855
4 changed files with 167 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
function activate() {
source ./venv/bin/activate
}