standard scripts added

This commit is contained in:
Dirk Alders 2025-07-23 20:40:11 +02:00
parent 64d42cdc57
commit 269ff55fce
2 changed files with 12 additions and 0 deletions

6
pyrip Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
#
BASEPATH=$(dirname $0)
$BASEPATH/venv/bin/python $BASEPATH/pyrip.py

6
reposinit Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
#
git submodule init
git submodule update
echo "* Creating virtual env"
mkvenv