Skip to content

Commit

Permalink
Add some bash script shebangs
Browse files Browse the repository at this point in the history
  • Loading branch information
CaspianA1 committed May 30, 2024
1 parent 6babd58 commit 60164a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/delete_twilio_msgs.bash
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 2 additions & 0 deletions scripts/trigger_surprise.bash
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 60164a0

Please sign in to comment.