zynq: power off board when done

pull/23/head
Sebastien Bourdeauducq 2020-11-10 22:49:07 +08:00
parent 083e389b41
commit 0db0ffb128
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@ in
touch $out touch $out
echo Completed echo Completed
(echo b; sleep 5) | nc -N -w6 192.168.1.31 3131
echo Board powered off
''; '';
}); });
} }