8 lines
72 B
Bash
Executable File

#!/usr/bin/env zsh
set -e
echo "hello from a"
echo "i am here: $PWD"