5 lines
156 B
Bash
Executable File
5 lines
156 B
Bash
Executable File
#!/bin/bash
|
|
cd build
|
|
. /opt/Xilinx/14.7/ISE_DS/settings64.sh
|
|
Xephyr :1 -screen 1600x900 &
|
|
DISPLAY=:1 planAhead -mode batch -source ../scripts/planahead.tcl |