#!/bin/sh if [ -n "`which nvim`" ]; then nvim "$@" else vim "$@" fi