scwrypts/zsh/hello-world

8 lines
170 B
Plaintext
Raw Normal View History

#!/bin/zsh
_DEPENDENCIES+=()
_REQUIRED_ENV+=()
source ${0:a:h}/common.zsh
#####################################################################
__SUCCESS 'hello world!'