This commit is contained in:
6543 2018-05-31 20:17:42 +02:00
parent 4cb8816cc1
commit 10f06bc421
2 changed files with 18 additions and 0 deletions

7
doc/source_var/doja.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash

echo doja loadet

function ja() {
echo ja
}

11
doc/source_var/main.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash

echo try to import functions of script "$1"

export "mod=$1"

[[ -s "$mod" ]] && source "$mod"


ja