mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-01-31 14:45:44 +00:00
6 lines
40 B
Bash
Executable File
6 lines
40 B
Bash
Executable File
#!/bin/sh
|
|
|
|
say_hello () {
|
|
echo Hi
|
|
}
|