baz/examples/example_plugin/plugin/functions/baz_func
Ari Archer a7ee4b818e
init
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-05-16 21:29:02 +03:00

4 lines
95 B
Bash

#!/usr/bin/env bash
echo "Hello, your name is ${1:-no name provided in first argument}"
ls -A