bin/scdoc

changeset 1107
c6d7ac40bd3c
parent 1106
902c7d44ab23
child 1108
8f5cf4eb7f66
deleted file mode 100755
--- a/bin/scdoc
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-set -eu
-
-age_limit=180
-
-install_it() {
-  local scratch="$(mktemp -d)"
-  trap 'rm -rf -- "$scratch"' EXIT
-  git clone --depth=1 "https://git.sr.ht/~sircmpwn/scdoc" "$scratch"
-  make -C "$scratch" install PREFIX="$HOME/.local"
-  rm -rf -- "$scratch"
-  asdf reshim || :
-}
-
-. ~/.lib/sh/stubexec.sh

mercurial