monogok 199 B

12345678
  1. #!/usr/bin/env bash
  2. # This is a wrapper around monogok that sets the working directory.
  3. dir=$(dirname "${BASH_SOURCE[0]}")
  4. cd $dir
  5. $dir/../tool/go run github.com/bradfitz/monogok/cmd/monogok "$@"