5 lines
80 B
Bash
5 lines
80 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd /opt/webhook2_ntfy
|
||
|
|
||
|
script/webhook2_ntfy daemon -l http://*:3000
|