mirror of
https://gitea.invidious.io/iv-org/youtube-utils.git
synced 2024-08-15 00:53:16 +00:00
Use '/bin/sh' instead of '/bin/zsh' in shebang
This commit is contained in:
parent
1f643d78f8
commit
dadee4a14d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/zsh
|
||||
#!/bin/sh
|
||||
|
||||
|
||||
print_help()
|
||||
|
|
Loading…
Reference in a new issue