diff --git a/scripts/get-repository.sh b/scripts/get-repository.sh index 4258e8f..5e7df38 100755 --- a/scripts/get-repository.sh +++ b/scripts/get-repository.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh # # Licence: this file is in the public domain. # @@ -10,7 +10,7 @@ github_remote=$2 # # TODO # -function final_note () { +final_note () { cat <