mirror of
https://github.com/mistricky/codesnap.nvim.git
synced 2024-12-27 11:56:30 +00:00
add shebang for portability (#63)
This commit is contained in:
parent
3d684bb2b8
commit
4938d6e479
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
source ./scripts/check_os.sh
|
source ./scripts/check_os.sh
|
||||||
|
|
||||||
function apply_generator {
|
function apply_generator {
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
source ./scripts/check_os.sh
|
source ./scripts/check_os.sh
|
||||||
|
|
||||||
(cd ./generator; cargo build $1)
|
(cd ./generator; cargo build $1)
|
||||||
|
|
Loading…
Reference in a new issue