Another refactor

This commit is contained in:
thomas 2022-02-24 00:02:53 +01:00
parent 9c0cb8c32f
commit a767208c33
14 changed files with 116 additions and 149 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
if [ ! "$1" == "" ];
then
source /tmp/dist/$1
source /tmp/src/$1
shift
FUNC=$1
shift