From dc4a6f87347440e310b739465ec6e2397c742af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 24 Nov 2020 03:08:20 +0100 Subject: Move dz/*, lf/* into root directory They are differentiated by the dz/lf prefix anyway. --- lf/lfs | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 lf/lfs (limited to 'lf/lfs') diff --git a/lf/lfs b/lf/lfs deleted file mode 100755 index 112e994..0000000 --- a/lf/lfs +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -# Get similar songs from Last.fm - -usage() { echo usage: $0 base-url 1>&2; exit 1; } - -url=$1 - -# Retrieve similar songs -curl -s "$url" | -sed '/^[ ]*$/d' | -awk -F \" ' - /class="track-similar-tracks-item-name"/ { - getline; - getline; - print $2; - } -' | -sed 's,^,https://www.last.fm,' -- cgit v1.2.3