mirror of
https://github.com/super-linter/super-linter.git
synced 2025-03-12 06:39:33 -04:00
5 lines
69 B
Bash
5 lines
69 B
Bash
|
#!/usr/bin/env whatever
|
||
|
function hello() {
|
||
|
echo "Hello, world!"
|
||
|
}
|