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