replace bash with sh
This commit is contained in:
parent
8c05550242
commit
fbd08a7ee2
2
icons.sh
2
icons.sh
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env sh
|
||||
dir=$(dirname $(realpath $0))
|
||||
svg_data=$(curl --silent https://git.purser.it/roypur/stream-api/raw/branch/master/frontend/favicon-basic.svg)
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env sh
|
||||
dir=$(dirname $(realpath $0))
|
||||
${dir}/icons.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user