forked from toolshed/abra-hetzner
8 lines
61 B
Bash
Executable File
8 lines
61 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
main() {
|
|
echo "Hello, World!"
|
|
}
|
|
|
|
main
|