5 lines
62 B
Bash
5 lines
62 B
Bash
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
wl-paste -t text --watch clipman store &
|