yage
2dcf94199b
===================================================================== Changed environment dependency checker to be more automatic
8 lines
170 B
Bash
Executable File
8 lines
170 B
Bash
Executable File
#!/bin/zsh
|
|
_DEPENDENCIES+=()
|
|
_REQUIRED_ENV+=()
|
|
source ${0:a:h}/common.zsh
|
|
#####################################################################
|
|
|
|
__SUCCESS 'hello world!'
|