7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
|
#!/bin/zsh
|
||
|
source ${0:a:h}/common.zsh
|
||
|
__CHECK_IMPORTS
|
||
|
#####################################################################
|
||
|
|
||
|
__SUCCESS 'hello world!'
|