Files
scwrypts/zsh/hello-world
T

7 lines
150 B
Bash
Raw Normal View History

2022-04-28 16:09:23 -06:00
#!/bin/zsh
source ${0:a:h}/common.zsh
__CHECK_IMPORTS
#####################################################################
__SUCCESS 'hello world!'