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