2025-08-08 20:00:36 +02:00

8 lines
54 B
Bash

#!/bin/sh
function foobar() {
echo "foo!"
}
foobar