Skip to content

Instantly share code, notes, and snippets.

View lzrd's full-sized avatar

Ben Stoltz lzrd

  • Oxide Computer
  • Bellevue, WA, USA
  • 00:12 (UTC -07:00)
  • X @lzrd
View GitHub Profile
@lzrd
lzrd / priorities.sh
Created September 29, 2022 20:21
Create priority graphs from hubris app.toml files
#!/bin/bash
# This dot files would be better generated in xtask
# where the app.toml files are already parsed
# and the necessary data structures are already
# available.
# To generate all graphs (skipping Cargo.toml files):
# for app in app/*/[a-z]*.toml; do bash priorities $app; done