This repository has been archived on 2021-01-21. You can view files and clone it, but cannot push or open issues or pull requests.
hdmi.old/test/test.remove.tcl
2020-09-19 23:42:44 +02:00

8 lines
143 B
Tcl

cd /home/tim/Projects/fpga/micro_test/test
if { [ catch { xload xmp test.xmp } result ] } {
exit 10
}
xset intstyle default
save proj
exit 0