5 lines
92 B
Shell
Executable file
5 lines
92 B
Shell
Executable file
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
exec rofi -modes emoji -show emoji -emoji-mode copy
|