8 lines
54 B
Plaintext
8 lines
54 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
function foobar() {
|
||
|
echo "foo!"
|
||
|
}
|
||
|
|
||
|
foobar
|