mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-20 12:11:05 -05:00
use /bin/sh as bash is not available everywhere
the script didn't use bash features anyway (at least as far as I noticed)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
# vim: set ts=4 sw=4
|
# vim: set ts=4 sw=4
|
||||||
|
|
||||||
umask 002
|
umask 002
|
||||||
|
|||||||
Reference in New Issue
Block a user