mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 01:37:04 +00:00
Wrap access to ONIE's sysinfo tool
This commit is contained in:
7
packages/base/all/vendor-config-onl/src/bin/onie-sysinfo
Executable file
7
packages/base/all/vendor-config-onl/src/bin/onie-sysinfo
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
"""Run native onie-sysinfo
|
||||
"""
|
||||
|
||||
import onl.install.ShellApp
|
||||
onl.install.ShellApp.OnieSysinfoApp.main()
|
||||
Reference in New Issue
Block a user