mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
6 lines
40 B
Bash
Executable File
6 lines
40 B
Bash
Executable File
#!/bin/sh
|
|
|
|
say_hello () {
|
|
echo Hi
|
|
}
|