mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
No commits in common. "482828639ecad3975dc7ce33bf60854fb652ceab" and "b45d969f0cd9779d303b309947318c35925a90a8" have entirely different histories.
482828639e
...
b45d969f0c
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
if variable="$(set -euo pipefail; {
|
||||
awk 'BEGIN{for(v in ENVIRON) print v}'
|
||||
} | rofi -dmenu)" && [[ -n $variable ]]; then
|
||||
|
||||
variable="${variable%% *}"
|
||||
|
||||
echo ${!variable} | xclip -sel clip
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue