mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Correct use from cli
This commit is contained in:
@@ -171,4 +171,8 @@ go_to_menu() {
|
|||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
show_main_menu
|
if [[ -n "$1" ]]; then
|
||||||
|
go_to_menu "$1"
|
||||||
|
else
|
||||||
|
show_main_menu
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user