You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
612 B
Bash

12 months ago
#!/bin/bash
12 months ago
12 months ago
# Download the text of a pad
12 months ago
wget https://pad.xpub.nl/p/radioworm-20231107/export/txt -O radioworm-20231107.pad.txt
12 months ago
# convert the pad to a CSV
12 months ago
python3 scripts/split-urls-csv.py < radioworm-20231107.pad.txt | \
python3 scripts/csv-add-end.py > radioworm-20231107.csv
12 months ago
# Filter the CSV with a keyword
12 months ago
csvgrep -c text -m "#intro" radioworm-20231107.csv > radioworm-20231107.intro.csv
12 months ago
# Generate a shell script
12 months ago
python3 scripts/csv-to-melt.py < radioworm-20231107.intro.csv > edit.sh
12 months ago
# Get the source
12 months ago
wget https://hub.xpub.nl/chopchop/worm/xpub/radioworm-20231107.ogg
12 months ago
# Perform the edit
12 months ago
bash edit.sh