diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-28 00:24:58 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-28 01:13:26 (EDT) |
commit | c54373d742889e480a85f3b46812520dcd6dc60b (patch) | |
tree | dc3b0a75caa475524d98234d54a5813018901660 | |
parent | 11ea456edc857c0dab0518df935f4339757b4ff6 (diff) |
driver.sh: New script
-rwxr-xr-x | driver.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/driver.sh b/driver.sh new file mode 100755 index 0000000..98e7219 --- /dev/null +++ b/driver.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +set -eu + +"$(dirname "${0}")/bin/depsdot" >deps.dot +neato -Tpng -odeps.png deps.dot |