songy

telegram bot as a songbook
git clone git://git.relim.de/songy.git
Log | Files | Refs | README | LICENSE

commit c957c4d99de5f07acdf4c155cc50efc47a6686ac
parent 5ac2f3f1b0b9ce0d9af6a9468c7d67c1dc42339f
Author: devnibo <kroekerrobin@gmail.com>
Date:   Thu, 13 Jul 2023 18:37:44 +0200

Change shebang

Diffstat:
Mbuild_for_release.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build_for_release.sh b/build_for_release.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Using musl means everything is compiled statically # which results in an independant binary be able to