From b65c44090f8e10510fe34d8ef6b488d8f18ce9b5 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Fri, 29 Apr 2022 12:44:02 +0300 Subject: [PATCH] self updater --- bake | 1 + 1 file changed, 1 insertion(+) diff --git a/bake b/bake index 4bbe9c2..77e55c9 100755 --- a/bake +++ b/bake @@ -104,6 +104,7 @@ _source_bakefile() { _update_self() { curl -S -f -o "$0" -z "$0" \ "https://raw.githubusercontent.com/moonq/bake/main/bake" + chmod +x "$0" } for (( i=1; i<=$#; i++ )); do if [[ $i -eq 1 ]]; then