checking in some progress. config generator's almost done. kind of janky, but it works.

This commit is contained in:
2018-05-13 21:56:43 -04:00
parent 46a9df6ef6
commit 262eefba07
12 changed files with 1286 additions and 63 deletions

5
bin/bdisk.py Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env python3.6
# PLACEHOLDER - this will be a thin wrapper installed to /usr/bin/bdisk.
import argparse
import bdisk

4
bin/bdiskcfg.py Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env python3.6
import argparse
import bdisk.confgen as confgen