mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-06 13:39:41 +00:00
7 lines
101 B
Bash
7 lines
101 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# The current working directory will always be inside "commands"
|
||
|
. test/lib.sh
|
||
|
|
||
|
say_hello
|