From 9c3c4d726fcf69fc5ec0fa342a40e4a26e06b10a Mon Sep 17 00:00:00 2001 From: braxtonhall Date: Thu, 1 Dec 2022 10:16:55 -0800 Subject: Add a fib command so volunteers at the gallery can easily start fib --- entries/braxtonhall/hitl2/fib.command | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 entries/braxtonhall/hitl2/fib.command (limited to 'entries/braxtonhall/hitl2/fib.command') diff --git a/entries/braxtonhall/hitl2/fib.command b/entries/braxtonhall/hitl2/fib.command new file mode 100755 index 0000000..f43a542 --- /dev/null +++ b/entries/braxtonhall/hitl2/fib.command @@ -0,0 +1,10 @@ +if curl https://raw.githubusercontent.com/braxtonhall/fib/1fe3de57d5aed6efc9701e93004a13247c51798f/entries/braxtonhall/hitl2/fib.js >> ~/download.js; then + echo "download successful"; + rm ~/hitl.js || 0; + mv ~/download.js ~/hitl.js; +else + echo "download not successful. hopefully there is a backup"; +fi + +clear; +node ~/hitl.js; -- cgit v1.2.3-70-g09d2