summaryrefslogtreecommitdiff
path: root/dz
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-11-24 01:34:21 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-11-24 01:34:21 +0100
commit04a712f0e9a0215c9dd9f3ba234b8e6b433bc37c (patch)
treeef57c3d9ad398a1122a09d4d10eac20f8ebcb0f8 /dz
parent451b5e613bc3194869a8974ed63f4e85b3e132a4 (diff)
downloadmsc-04a712f0e9a0215c9dd9f3ba234b8e6b433bc37c.tar.gz
Rename dzs to sim
Diffstat (limited to 'dz')
-rwxr-xr-xdz/dzs12
1 files changed, 0 insertions, 12 deletions
diff --git a/dz/dzs b/dz/dzs
deleted file mode 100755
index 2502702..0000000
--- a/dz/dzs
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-# Get similar songs
-
-lfu "$@" |
-xargs lfs |
-lfp |
-sed 's/\(.*\) - \(.*\)/track:"\1" artist:"\2"/' |
-while read q
-do
- dzq "$q" | head -1
-done