Skip to content

Commit

Permalink
Create launchBuild.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored May 3, 2024
1 parent 49de55a commit 5a53d51
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Scripts/launchBuild.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
if [[ $OS == 'macos-latest' ]]; then
interpreter=zsh
else
interpreter=bash
fi
exec "$interpreter" "./build.sh" "$@"

0 comments on commit 5a53d51

Please sign in to comment.