#!/bin/bash
BASE=$(echo $(basename $0) | cut -sd'.' -f1)
test -z "$BASE" && BASE="$(basename $0)"
ACTION="$(echo $0 | cut -sd'.' -f2-)"
test "$ACTION" && ACTION=":--:action.$ACTION"
IFS=":"
hamma "$BASE.$*$ACTION"
