/
cs
labs
bash
hello_world.gpt.sh
Size: 108 bytes.
1 2 3 4 5 6 7 8
#!/usr/bin/env bash say_hello() { local target="${1:-World}" echo "Hello ${target}!" } say_hello "$@"
v0
commit
cs-code-viewer-3:8080