thekube/options-example.sh
2023-12-20 20:41:56 +01:00

7 lines
106 B
Bash
Executable File

#!/bin/bash
foo1() { echo 'hello from foo1!'; }
foo2() { ls -l; }
foo3() { echo 'hello from foo3!'; }
$1