Skip to content

Instantly share code, notes, and snippets.

View aztecrex's full-sized avatar
🏎️
Status!

Greg Wiley aztecrex

🏎️
Status!
View GitHub Profile
@aztecrex
aztecrex / gist:717cd7fb835e536d51d5
Last active August 29, 2015 14:01
Print out yum baseurl substitution variables
#!/bin/sh
python -c 'import yum, pprint; yb = yum.YumBase(); pprint.pprint(yb.conf.yumvar, width=1)'