summaryrefslogtreecommitdiffstats
path: root/bin/checkMissingLink
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2018-03-11 18:57:49 +0100
committerlassulus <lassulus@lassul.us>2018-03-11 18:57:49 +0100
commit608857af5ba9c7f4a421bf3ec6ad3cdd1ff707b2 (patch)
treea26d19678217f09a8f9a2927800f6ab86a8ab75c /bin/checkMissingLink
parent00b1d065a36a9800a9f8a8f6af30f90a006c9251 (diff)
shell.nix: run on all nix systems
Diffstat (limited to 'bin/checkMissingLink')
-rwxr-xr-xbin/checkMissingLink13
1 files changed, 0 insertions, 13 deletions
diff --git a/bin/checkMissingLink b/bin/checkMissingLink
deleted file mode 100755
index 4b53f79..0000000
--- a/bin/checkMissingLink
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-file=$1
-id=$(echo "$file" | sed 's/.*\(.\{11\}\)\.ogg/\1/')
-
-if [ $id = '' ]; then
- echo 'no id'
- exit 23
-fi
-
-if ! grep -q -- "$id#" links; then
- echo $file
-fi