diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-11-08 15:36:51 +0100 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-11-08 15:36:51 +0100 |
| commit | 1c9e478e8528a80faa1e7e88ef8f21f9dfb20b14 (patch) | |
| tree | 949f8c8758796688352849df118753bd42719779 /bin/common/line | |
| parent | 7605cd078a079eb8cbbc86053e49173acc8525ff (diff) | |
checkpointmain
Diffstat (limited to 'bin/common/line')
| -rwxr-xr-x | bin/common/line | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/common/line b/bin/common/line new file mode 100755 index 0000000..9a2556e --- /dev/null +++ b/bin/common/line @@ -0,0 +1,5 @@ +#!/bin/sh +set -eu + +head -n "$1" | tail -n 1 + |
