mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd "${0%/*}" || exit
|
|
|
|
WATCHER=pulse-volume-watcher.py ./base.sh volume
|