mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-09 22:24:33 +02:00
10 lines
211 B
Bash
Executable file
10 lines
211 B
Bash
Executable file
#!/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
|
|
|
|
|