From 608857af5ba9c7f4a421bf3ec6ad3cdd1ff707b2 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 11 Mar 2018 18:57:49 +0100 Subject: shell.nix: run on all nix systems --- bin/checkMissingLink | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 bin/checkMissingLink (limited to 'bin/checkMissingLink') 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 -- cgit v1.2.3