mirror of
https://github.com/Relintai/wfc_module_samples.git
synced 2024-11-13 12:47:17 +01:00
7 lines
247 B
Bash
7 lines
247 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cp -u ./pandemonium_engine/bin/pandemonium.x11.opt.tools.64 ./pandemonium_engine/bin/run.pandemonium.x11.opt.tools.64
|
||
|
|
||
|
export LD_LIBRARY_PATH=`pwd`/pandemonium_engine/bin/
|
||
|
./pandemonium_engine/bin/run.pandemonium.x11.opt.tools.64 -v
|