old-website/cow/cow

3 lines
63 B
Bash
Executable File

#!/bin/sh
exec "$(dirname $0)/$(uname -m)/$(basename $0)" "$@"