mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-10 13:04:03 +03:00
10 lines
165 B
Bash
Executable File
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 "$@"
|