dev.sh 165 B

12345678910
  1. #!/bin/sh
  2. #
  3. # dev.sh
  4. # Copyright (C) 2023 Kovid Goyal <kovid at kovidgoyal.net>
  5. #
  6. # Distributed under terms of the GPLv3 license.
  7. #
  8. exec go run bypy/devenv.go "$@"