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
1 changed files with 3 additions and 0 deletions

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])")