2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 03:08:27 +08:00

artiq_flash: echo commands for a bit more verbosity

This commit is contained in:
Robert Jördens 2015-06-25 13:28:05 -06:00
parent 52030ab1b7
commit 48e0a2ad37

View File

@ -1,6 +1,9 @@
#!/bin/bash
# exit on error
set -e
# print commands
set -v
ARTIQ_PREFIX=$(python3 -c "import artiq; print(artiq.__path__[0])")