do: fix shebang

This commit is contained in:
Deepak Mallubhotla 2022-08-22 19:51:44 -05:00
parent fd6d053dab
commit 2b6df0ff45
Signed by: deepak
GPG Key ID: BEBAEBF28083E022

2
do.sh
View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh #!/usr/bin/env bash
# Do - The Simplest Build Tool on Earth. # Do - The Simplest Build Tool on Earth.
# Documentation and examples see https://github.com/8gears/do # Documentation and examples see https://github.com/8gears/do