Sh -> Bash

This commit is contained in:
Brandon Rozek 2024-07-28 20:04:17 -07:00
parent 263be46988
commit db70d3558e
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480

View file

@ -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."