From 60164a00659ce266710b58fe1f0e3a60230b51d3 Mon Sep 17 00:00:00 2001 From: Caspian Ahlberg Date: Thu, 30 May 2024 17:11:14 -0400 Subject: [PATCH] Add some bash script shebangs --- scripts/delete_twilio_msgs.bash | 2 ++ scripts/trigger_surprise.bash | 2 ++ 2 files changed, 4 insertions(+) diff --git a/scripts/delete_twilio_msgs.bash b/scripts/delete_twilio_msgs.bash index 2505eee..3a3b7c8 100755 --- a/scripts/delete_twilio_msgs.bash +++ b/scripts/delete_twilio_msgs.bash @@ -1,3 +1,5 @@ +#!/bin/bash + auth_details=`jq -r '[.twilio_account_sid, .twilio_auth_token] | join(" ")' ../assets/api_keys.json` read account_sid auth_token <<< $auth_details diff --git a/scripts/trigger_surprise.bash b/scripts/trigger_surprise.bash index 01b1fe3..75e9a4f 100755 --- a/scripts/trigger_surprise.bash +++ b/scripts/trigger_surprise.bash @@ -1,3 +1,5 @@ +#!/bin/bash + # Script param: surprise index. # Note: this script will kill the dashboard if it hasn't been fully launched yet! # So, wait for it to fully launch before running it.