5 lines
122 B
Bash
Executable File
5 lines
122 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd /home/user/bc-wishlist-scraper || exit
|
|
/usr/bin/python3 /home/user/bc-wishlist-scraper/webhook.py
|