You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
196 B
9 lines
196 B
3 years ago
|
#!/usr/bin/env python
|
||
|
|
||
|
from machlib.menu import Menu, get_data_from
|
||
|
|
||
|
# import subprocess
|
||
|
# from getkey import getkey, keys
|
||
|
|
||
|
Menu(get_data_from('~/.config/mach5/menu.yml')).get_command().execute()
|