summaryrefslogtreecommitdiffstats
path: root/bin/make-relative-to
diff options
context:
space:
mode:
Diffstat (limited to 'bin/make-relative-to')
-rwxr-xr-xbin/make-relative-to6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/make-relative-to b/bin/make-relative-to
deleted file mode 100755
index 9d947e17..00000000
--- a/bin/make-relative-to
+++ /dev/null
@@ -1,6 +0,0 @@
-#! /bin/sh
-# make-relative-to : lines path |> directory -> lines path
-# Non-matching paths won't get altered.
-set -euf
-
-sed "s:^$(echo "$1/" | bre-escape | sed 's/:/\\:/g')::"