thekube/options-example.sh
Adolfo Delorenzo c3eda7d82a updates
2023-12-20 12:03:33 -06:00

7 lines
106 B
Bash

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