#!/usr/bin/env bash

if [ -x "$(command -v numlockx)" ]; then
  numlockx $@
fi;

exit 0;
