mirror of
https://github.com/imapsync/imapsync.git
synced 2025-07-25 03:28:16 +02:00
1.977
This commit is contained in:
parent
93b917b12b
commit
1d08afaba6
139 changed files with 27179 additions and 6213 deletions
10
W/docker_pull_count
Executable file
10
W/docker_pull_count
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue