blob: 6e2bdf5233803f2b731e2df467009c727907c277 [file] [log] [blame]
#!/bin/bash
main() {
cat <<EOF
Hello world !
EOF
}
main "$#"