forked from M-Labs/artiq
artiq_flash: echo commands for a bit more verbosity
This commit is contained in:
parent
52030ab1b7
commit
48e0a2ad37
|
@ -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])")
|
||||
|
||||
|
|
Loading…
Reference in New Issue