summarylogtreecommitdiffstats
path: root/trae-cn-startup.sh
blob: b659d59e5bb897ec555408f19bca2d0080e5f8e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

# copy from https://aur.archlinux.org/cgit/aur.git/tree/visual-studio-code-bin.sh?h=visual-studio-code-bin

XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-~/.config}

# Allow users to override command-line options
if [[ -f $XDG_CONFIG_HOME/trae-cn-flags.conf ]]; then
    CODE_USER_FLAGS="$(sed 's/#.*//' $XDG_CONFIG_HOME/trae-cn-flags.conf | tr '\n' ' ')"
fi

# Launch
exec /opt/trae-cn/bin/trae-cn "$@" $CODE_USER_FLAGS