]> git.scottworley.com Git - keystroke-timestamps/commitdiff
More portable shebangs
authorScott Worley <scottworley@scottworley.com>
Sat, 22 Aug 2026 14:29:49 +0000 (07:29 -0700)
committerScott Worley <scottworley@scottworley.com>
Sat, 22 Aug 2026 14:29:49 +0000 (07:29 -0700)
Changelog
gaps.sh
plot.gnuplot

index c7fd95269879afb63786770029f5a3a6026a24f0..c6c8f65d15192389fafd97829e01be0edd8af4e4 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,5 @@
 ## [Unreleased]
 ## [Unreleased]
+- More portable shebangs
 
 
 ## [1.1.0] - 2026-08-21
 
 
 ## [1.1.0] - 2026-08-21
diff --git a/gaps.sh b/gaps.sh
index 361e2a61f12c764f1d6842bb50dd98d930836b3a..7f8de73e38026a6886491c06e5411269e6e047a7 100755 (executable)
--- a/gaps.sh
+++ b/gaps.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 threshold=${1:-3600}
 LOGFILE="${2:-$HOME/keystroke-timestamps.log}"
 
 threshold=${1:-3600}
 LOGFILE="${2:-$HOME/keystroke-timestamps.log}"
index a8041ffe5beaf75225d6b3d40a908bbc716b0f11..47b078051e9e5e3de7e0149d7265b32b77eca11a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/gnuplot
+#!/usr/bin/env gnuplot
 
 filename = "keystroke-timestamps.log"
 bucket_size = 300            # Display resolution, in seconds
 
 filename = "keystroke-timestamps.log"
 bucket_size = 300            # Display resolution, in seconds