commit d59017ab655b9455bf77cc39c85d0f50d6746a12
parent 220cdcf9b402ecea5d78a1922d6133ea695fa3ce
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date: Fri, 7 Jun 2019 02:23:24 +1000
updated downloading and storing
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/starshell.sh b/starshell.sh
@@ -10,7 +10,7 @@ STARTSCENE=115
# If $STARTSCENE scene file does not exist, save starwars to file
if [ ! -f $SCENEDIR/s_$STARTSCENE ]; then
- #telnet towel.blinkenlights.nl | sed -e 's/.\[H/Z/g' | tee $SCENEDIR/main
+ telnet towel.blinkenlights.nl | sed -e 's/.\[H/Z/g' | tee $SCENEDIR/main
SCENEDATA=$(<"$SCENEDIR/main")