eza/devtools/dev-run-debug.sh
Christina Sørensen 4dcf927622
test: change to /usr/bin/env bash
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-29 18:53:19 +02:00

7 lines
214 B
Bash
Executable file

#!/usr/bin/env bash
if [[ -f ~/target/debug/exa ]]; then
~/target/debug/exa "$@"
else
echo -e "Debug exa binary does not exist!"
echo -e "Run \033[32;1mb\033[0m or \033[32;1mbuild-exa\033[0m to create it"
fi