1 2 3 4 5
#!/bin/sh YELLOW=$(echo '\x1b[0;33m') NORMAL=$(echo '\x1b[0m') exec fossil timeline -F "${YELLOW}[%h]${NORMAL} %c" "$@"