remaster/doc/source_var/main.sh

12 lines
170 B
Bash
Raw Normal View History

2018-05-31 18:17:42 +00:00
#!/bin/bash
echo try to import functions of script "$1"
export "mod=$1"
[[ -s "$mod" ]] && source "$mod"
ja
2018-05-31 18:23:11 +00:00
[ "$?" != "0" ] && echo use $0 with doja.sh next time ;)