imapsync/W/docker_pull_count
Nick Bebout 1d08afaba6 1.977
2020-04-10 18:15:57 -05:00

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