mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-09 18:14:27 +03:00
10 lines
165 B
Bash
10 lines
165 B
Bash
|
#!/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 "$@"
|