... to the wrapp script around the ... binary For the purposes of allow me to add a nice shortcut for my window manager
5 lines
141 B
Bash
Executable File
5 lines
141 B
Bash
Executable File
#!/bin/sh
|
|
|
|
SEARCH_STRING=$(rofi -dmenu)
|
|
/home/arthurr/code/mini_projects/scryfall_deser/scripts/search_with_rofi_with_args.sh $SEARCH_STRING
|