From 96bb6aeb178182c95558c5157b6ddfaecfceb785 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Tue, 7 Nov 2023 11:04:34 -0700 Subject: shell script cleanup (fix lint warnings, remove unused scripts) --- bin/flash-tiny1634.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/flash-tiny1634.sh') diff --git a/bin/flash-tiny1634.sh b/bin/flash-tiny1634.sh index 2eb9b77..5516d08 100755 --- a/bin/flash-tiny1634.sh +++ b/bin/flash-tiny1634.sh @@ -1,3 +1,3 @@ -#/bin/sh -FIRMWARE=$1 -avrdude -c usbasp -p t1634 -u -Uflash:w:$FIRMWARE +#!/usr/bin/env sh +FIRMWARE="$1" +avrdude -c usbasp -p t1634 -u -Uflash:w:"$FIRMWARE" -- cgit v1.2.3