checking in some progress. config generator's almost done. kind of janky, but it works.
This commit is contained in:
5
bin/bdisk.py
Normal file
5
bin/bdisk.py
Normal 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
4
bin/bdiskcfg.py
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env python3.6
|
||||
|
||||
import argparse
|
||||
import bdisk.confgen as confgen
|
||||
Reference in New Issue
Block a user