use bash based on env, instead of hard coding location

This commit is contained in:
2025-04-25 16:39:01 -04:00
parent 57edee63fd
commit 7e49787329
44 changed files with 52 additions and 44 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# optionally takes a single argument of how long of a delay to take. defaults to 5 seconds.
seconds=$1