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