idee ...
This commit is contained in:
parent
4cb8816cc1
commit
10f06bc421
7
doc/source_var/doja.sh
Executable file
7
doc/source_var/doja.sh
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo doja loadet
|
||||||
|
|
||||||
|
function ja() {
|
||||||
|
echo ja
|
||||||
|
}
|
11
doc/source_var/main.sh
Executable file
11
doc/source_var/main.sh
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo try to import functions of script "$1"
|
||||||
|
|
||||||
|
export "mod=$1"
|
||||||
|
|
||||||
|
[[ -s "$mod" ]] && source "$mod"
|
||||||
|
|
||||||
|
|
||||||
|
ja
|
||||||
|
|
Loading…
Reference in New Issue
Block a user