kitty/dev.sh

10 lines
165 B
Bash
Raw Normal View History

2023-07-29 11:46:25 +03:00
#!/bin/sh
#
# dev.sh
# Copyright (C) 2023 Kovid Goyal <kovid at kovidgoyal.net>
#
# Distributed under terms of the GPLv3 license.
#
exec go run bypy/devenv.go "$@"