7 lines
96 B
Bash
7 lines
96 B
Bash
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
wl-paste -t text --watch clipman store &
|
|
|
|
~/scripts/phillips_hue-sync.sh &
|