summarylogtreecommitdiffstats
path: root/ride.sh
blob: de011af259a4e1a7f1894b725424981c59b14443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

CONFIG_DIR="$HOME/.config/Ride-4.5"

if [ ! -d "$CONFIG_DIR" ]; then
    mkdir "$CONFIG_DIR"
    cat <<EOF >"$CONFIG_DIR/connections.json"
[{"type":"start","subtype":"raw","exe":"/usr/bin/dyalog","name":"local"}]
EOF
fi

/usr/share/ride/Ride-4.5