svchelper/services/hello_world/home/hello

4 lines
75 B
Plaintext
Raw Permalink Normal View History

2024-04-23 02:34:16 +00:00
#!/usr/bin/env bash
echo "hello, world!"
read -p "Press RETURN to quit." a