X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=setup_go.sh;h=4d255f8f58cfef0fa5bc93b87df3cbaefdde1f19;hb=79dc5d5f6bb316807da0604147f89ff410ab5b5c;hp=fabdce8d2e333049d7e69fa9b6d6830f21ec03e5;hpb=18bb8421ac5593f7b40e15937cb3a66345bf2fca;p=config diff --git a/setup_go.sh b/setup_go.sh index fabdce8..4d255f8 100755 --- a/setup_go.sh +++ b/setup_go.sh @@ -6,9 +6,6 @@ set -x ensure_line() { add_string="$1" file="$2" - echo "TESTESTEST" - echo $add_string - echo $file test=`grep "$add_string" "$file" | wc -l` if [ $test -lt 1 ]; then echo "$add_string" >> "$file"