summarylogtreecommitdiffstats
path: root/ex.sh
diff options
context:
space:
mode:
authorDaniel Greve2016-11-02 09:24:54 -0400
committerDaniel Greve2016-11-02 09:24:54 -0400
commit55d7502c57c05d7aa1e7b50981de47b79efb4de3 (patch)
treedc31b4cd3246022eaaf597cab5baf820467a6e1e /ex.sh
downloadaur-55d7502c57c05d7aa1e7b50981de47b79efb4de3.tar.gz
Initial commit
Diffstat (limited to 'ex.sh')
-rw-r--r--ex.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ex.sh b/ex.sh
new file mode 100644
index 000000000000..a6d8c55657ee
--- /dev/null
+++ b/ex.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+#
+# Emulate ex
+#
+exec nvim -e "$@"