1
0
Fork 0

add shebang for portability (#63)

main
HANU 2024-04-04 20:01:14 +09:00 committed by GitHub
parent 3d684bb2b8
commit 4938d6e479
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/bin/bash
source ./scripts/check_os.sh
function apply_generator {

View File

@ -1,3 +1,5 @@
#!/bin/bash
source ./scripts/check_os.sh
(cd ./generator; cargo build $1)