Logo
Explore Help
Sign In
wrynegade/scwrypts
1
0
Fork 0
You've already forked scwrypts
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
8bcc99b8986acf81222d0c616142b79f363ff720
scwrypts/zsh/hello-world
T

7 lines
118 B
Bash
Raw Normal View History

v1.0.0
2022-04-28 16:09:23 -06:00
#!/bin/zsh
introduce --verbosity flag rather than mixed logging settings; correct color misnaming to ANSI convention; added sanity-check; simplified hello-world; created FZF_USER_INPUT to replace the confusing FZF_HEAD and FZF_TAIL
2024-02-07 15:14:36 -07:00
#####################################################################
basic runner format; write a MAIN function
2024-02-06 14:06:44 -07:00
MAIN() {
introduce --verbosity flag rather than mixed logging settings; correct color misnaming to ANSI convention; added sanity-check; simplified hello-world; created FZF_USER_INPUT to replace the confusing FZF_HEAD and FZF_TAIL
2024-02-07 15:14:36 -07:00
SUCCESS 'Hello, World!'
basic runner format; write a MAIN function
2024-02-06 14:06:44 -07:00
}
Reference in New Issue Copy Permalink
© 2020-2026 Wryn (yage) Wagner