mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-17 00:02:29 +01:00
11 lines
211 B
Plaintext
11 lines
211 B
Plaintext
|
#!/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
|
||
|
|
||
|
|