mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
9 lines
165 B
Bash
Executable file
9 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 "$@"
|