1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00
imapsync/W/docker_pull_count

11 lines
211 B
Plaintext
Raw Normal View History

2020-04-11 01:15:57 +02:00
#!/bin/sh
docker_pull_count()
{
curl -s https://hub.docker.com/v2/repositories/gilleslamiral/imapsync/ | jq '.pull_count'
}
docker_pull_count >> /home/gilles/public_html/imapsync/W/docker_pull_count.txt