Renamed to onl-*

This commit is contained in:
Jeffrey Townsend
2016-05-27 19:41:51 +00:00
parent 398eec8da5
commit a2c1a57b5e
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/usr/bin/python
from onl.mounts import OnlMountManager
OnlMountManager.main('onl-mounts')

View File

@@ -0,0 +1,3 @@
#!/usr/bin/python
from onl.pki import OnlPki
OnlPki.main()