adding webwatcher and some git aliases to zsh
This commit is contained in:
7
.config/systemd/user/webwatcher.service
Normal file
7
.config/systemd/user/webwatcher.service
Normal file
@@ -0,0 +1,7 @@
|
||||
[Unit]
|
||||
Description=WebWatcher - scan a site and notify on new regex matches
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/home/opal/.local/bin/webwatcher.py --url https://shop.nwnprod.com --pattern "beherit" --flags i
|
||||
Reference in New Issue
Block a user