Fixup init-vlsi.sh

This commit is contained in:
Jerry Zhao 2019-07-19 15:06:51 -07:00
parent e63db54b9c
commit b923617f64
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
#!/usr/bin/env bash
# exit script if any command fails
set -e
set -o pipefail
# Initialize HAMMER and CAD-plugins
git submodule update --init --recursive vlsi/hammer
git submodule update --init --recursive vlsi/hammer-cad-plugins