#!/bin/sh if [ -f ~/.aba/commands/$1 ]; then cmd=$1 shift ~/.aba/commands/$cmd exec $* else tla $* fi