#!/bin/sh

# Set editor to use:
EDITOR=/bin/e3ne

# Launch the desired editor:
eval $EDITOR "$@"
