8 lines
72 B
Bash
Executable File
8 lines
72 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
set -e
|
|
|
|
echo "hello from a"
|
|
|
|
echo "i am here: $PWD"
|