From e6ec38029d08708bc947cf00f1c86529d2d20808 Mon Sep 17 00:00:00 2001 From: s-ol Date: Fri, 15 May 2020 13:25:15 +0200 Subject: update windows release logic --- dist/fix-bat-script.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 dist/fix-bat-script.sh (limited to 'dist/fix-bat-script.sh') diff --git a/dist/fix-bat-script.sh b/dist/fix-bat-script.sh new file mode 100755 index 0000000..0a3c8f0 --- /dev/null +++ b/dist/fix-bat-script.sh @@ -0,0 +1,24 @@ +#!/bin/bash +IN=$1 +MODE=$2 + +head -n 2 $IN + +cat <