1
0
mirror of https://github.com/iv-org/youtube-utils.git synced 2025-01-18 18:47:26 -05:00

Use '/bin/sh' instead of '/bin/zsh' in shebang

This commit is contained in:
Samantaz Fox 2021-10-28 15:12:46 +02:00
parent 1f643d78f8
commit dadee4a14d

View File

@ -1,4 +1,4 @@
#!/bin/zsh
#!/bin/sh
print_help()