mirror of
https://codeberg.org/adnano/wmenu.git
synced 2026-03-30 11:11:00 -04:00
2 lines
46 B
Bash
Executable file
2 lines
46 B
Bash
Executable file
#!/bin/sh
|
|
compgen -c | sort | wmenu "$@" | sh
|