Files
scwrypts/zsh/hello-world
T

5 lines
46 B
Bash
Raw Normal View History

2022-04-28 16:09:23 -06:00
#!/bin/zsh
2024-02-06 14:06:44 -07:00
MAIN() {
SUCCESS 'hello world!'
}