prjpeppercorn/delay.sh

17 lines
323 B
Bash
Raw Permalink Normal View History

2025-05-27 15:21:14 +02:00
#!/bin/bash
set -e
2025-06-05 07:00:12 +02:00
ARCHIVE="gatemate-timings-latest.tar.gz"
2025-05-27 15:21:14 +02:00
rm -rf delay
mkdir -p delay
2025-06-05 07:00:12 +02:00
wget -O "$ARCHIVE" "https://colognechip.com/downloads/gatemate-timings-latest.tar.gz"
2025-05-27 15:21:14 +02:00
tar --extract \
--file="$ARCHIVE" \
--wildcards \
2025-06-05 07:00:12 +02:00
--strip-components=1 \
2025-05-27 15:21:14 +02:00
--directory=delay \
2025-06-05 07:00:12 +02:00
'gatemate-timings-latest/*.dly'