mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
Sh -> Bash
This commit is contained in:
parent
263be46988
commit
db70d3558e
1 changed files with 1 additions and 2 deletions
3
build.sh
3
build.sh
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Generate toot markdown files
|
||||
|
||||
|
@ -8,7 +8,6 @@ generate_exe="./target/release/generate_md"
|
|||
|
||||
# Check if the file exists and is executable
|
||||
if [ -e "$generate_exe" ] && [ -x "$generate_exe" ]; then
|
||||
echo "The file '$file_path' exists and is executable."
|
||||
./target/release/generate_md
|
||||
else
|
||||
echo "The executable '$generate_exe' does not exist."
|
||||
|
|
Loading…
Reference in a new issue