cnc: Remove cnc

This commit is contained in:
Salt 2018-11-22 02:38:37 -06:00
parent 03b31b1da6
commit 2aec0b70b6

10
cnc
View File

@ -1,10 +0,0 @@
#!/bin/sh
if [ -z ${CNC_HOME+x} ]; then
export CNC_HOME="$HOME/.concession"
fi
if [ -x "$CNC_HOME/cnc" ]; then
exec "$CNC_HOME/cnc" "$@"
else
printf "cnc: not installed\n"
exit 1
fi