8 lines
159 B
Bash
Executable file
8 lines
159 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ -r ./conf ] && . ./conf
|
|
|
|
echo "Service wl-paste starting..."
|
|
|
|
exec 2>&1
|
|
exec chpst -e "$TURNSTILE_ENV_DIR" wl-paste -t text --watch clipman store
|