stripes/ex

6 lines
45 B
Bash
Executable File

#!/bin/sh
#
# Emulate ex
#
exec nvim -e "$@"