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