kitty/dev.sh
2023-07-29 14:16:25 +05:30

10 lines
165 B
Bash
Executable File

#!/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 "$@"