Wrap access to ONIE's sysinfo tool

This commit is contained in:
Carl D. Roth
2017-12-26 17:47:35 -08:00
parent 22bb3010e5
commit feeb3c3330

View File

@@ -0,0 +1,7 @@
#!/usr/bin/python
"""Run native onie-sysinfo
"""
import onl.install.ShellApp
onl.install.ShellApp.OnieSysinfoApp.main()