mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:55:06 +03:00
move to bash hasbang
This commit is contained in:
parent
9b927c4322
commit
3f52d780db
1 changed files with 1 additions and 1 deletions
2
.github/build-package-pages.sh
vendored
2
.github/build-package-pages.sh
vendored
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
# cmd: $ ./build-package-pages.sh srcJson targetPath
|
# cmd: $ ./build-package-pages.sh srcJson targetPath
|
||||||
# sample: $ .github/build-package-pages.sh src/data/packages.json src/content/packages'
|
# sample: $ .github/build-package-pages.sh src/data/packages.json src/content/packages'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue