Small changes to dmenu-like scripts
This commit is contained in:
parent
b547a8e2a6
commit
339ba9e889
6 changed files with 21 additions and 19 deletions
5
bin/.bin/dmenu/status-codes
Executable file
5
bin/.bin/dmenu/status-codes
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
|
||||
|
||||
cat "$SCRIPTPATH/http-status-codes" | fzf
|
Loading…
Add table
Add a link
Reference in a new issue