6 lines
137 B
Bash
Executable File
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
|