about summary refs log tree commit diff stats
path: root/subx/nrun
diff options
context:
space:
mode:
Diffstat (limited to 'subx/nrun')
-rwxr-xr-xsubx/nrun11
1 files changed, 0 insertions, 11 deletions
diff --git a/subx/nrun b/subx/nrun
deleted file mode 100755
index e8f06df6..00000000
--- a/subx/nrun
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env zsh
-# Natively run a specific example.
-
-if [ $# -eq 0 ]
-then
-  echo "nrun <binary>"
-  exit 1
-fi
-
-./$1
-exit $?