6 lines
90 B
Bash
Executable file
6 lines
90 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ -r ./conf ] && . ./conf
|
|
|
|
exec 2>&1
|
|
exec chpst -e "$TURNSTILE_ENV_DIR" waybar
|