Skip to content

Instantly share code, notes, and snippets.

@iced-nero
iced-nero / gist:52b8e38f2c1a5ad264bffcaebd50afac
Created March 28, 2025 02:06
Parsing some columns from leaselist
# Providing console output from https://github.com/notthetup/leaselist
# v1: hard way from web page source
scrapelease() {
curl -sS my.leaselist.host |\
tail -2 |\
head -1 |\
sed 's/>/>\n/g' |\
grep Reactive |\
sed 's/{/{\n/g' |\