8 lines
80 B
Bash
Executable File
8 lines
80 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
pidof -s plumber || plumber
|
|
|
|
val=$(xclip -o)
|
|
|
|
plumb "$val"
|