mirror of
https://github.com/rommapp/grout.git
synced 2026-04-23 06:54:36 +00:00
9 lines
138 B
Bash
9 lines
138 B
Bash
#!/bin/sh
|
|
CUR_DIR="$(dirname "$0")"
|
|
cd "$CUR_DIR"/grout || exit 1
|
|
|
|
export CFW=SPRUCE
|
|
export LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH
|
|
|
|
./grout
|