mirror of
https://github.com/zoriya/dotfiles.git
synced 2026-05-26 16:08:33 +00:00
6 lines
59 B
Bash
Executable File
6 lines
59 B
Bash
Executable File
#! /usr/bin/zsh
|
|
|
|
cat | rofi -dmenu $@
|
|
|
|
# vim: set ft=zsh :
|