#!/bin/sh

set -e

update-alternatives --install /usr/bin/editor editor \
  /usr/bin/hx 20

