mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
5 lines
149 B
Bash
Executable File
5 lines
149 B
Bash
Executable File
#!/bin/sh
|
|
|
|
CONFIG="styles.cfg"
|
|
|
|
([ "$1" = "-r" ] || [ "$1" = "--reload" ] && echo "$CONFIG" | entr -r "$0" "$2") || (python "$WATCHER" | xob -s "$1") |