EtatTrafic / bin /publish_all.sh
tyriaa's picture
initial commit 1
12759cd
raw
history blame contribute delete
124 Bytes
#!/bin/bash
find static/[0-9]* -type d | cut -d "/" -f 2 | sort -r | while read file; do bash bin/publish.sh $file 1; done