Files
forest/examples/project_git/scripts/hello.sh
2025-02-28 23:08:40 +01:00

6 lines
47 B
Bash
Executable File

#!/usr/bin/env zsh
set -e
echo "hello world"