unpack_string/hw08_envdir_tool/testdata/echo.sh

10 lines
160 B
Bash
Raw Normal View History

2023-10-30 15:21:12 +03:00
#!/usr/bin/env bash
echo -e "HELLO is (${HELLO})
BAR is (${BAR})
FOO is (${FOO})
UNSET is (${UNSET})
ADDED is (${ADDED})
EMPTY is (${EMPTY})
arguments are $*"