1
0
paynetics-api/update.sh
2024-02-27 19:03:54 +01:00

6 lines
137 B
Bash
Executable File

#!/bin/sh
cd /mnt/data/files/paynetics/
curl -o paynetics-api-doc https://developers.paynetics.digital/
git commit -a -m update
git push