X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=brc;h=8084ba0c11094dc22a4aefdcc0722f4ca2aa11d3;hp=046edbed75a35594cde84f4cc3101bf8e9e5e7bd;hb=2cff2dd2b8040e6cbd721932ae09142881d7e0a6;hpb=b857462732e15f455e41f26e3048a390d7b399c0 diff --git a/brc b/brc index 046edbe..8084ba0 100644 --- a/brc +++ b/brc @@ -386,6 +386,8 @@ cam() { git commit -am "$*" } +cbfstool () { /a/opt/coreboot/build/cbfstool "$@"; } + ccat () { # config cat. see a config without extra lines. grep '^\s*[^;[:space:]#]' "$@" }