1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-10-30 23:36:53 -04:00
alacritty/assets/osx/Alacritty.app/Contents/MacOS/launcher
2017-03-06 10:27:25 -08:00

6 lines
78 B
Bash
Executable file

#!/bin/bash
BIN_DIR=$(dirname $0)
cd "$HOME"
exec "$BIN_DIR/alacritty" "$@"