]> git.pld-linux.org Git - projects/pld-ftp-admin.git/blame - wwwbin/freshness.sh
add to git
[projects/pld-ftp-admin.git] / wwwbin / freshness.sh
CommitLineData
ed1ec331
ER
1#!/bin/sh
2date > $HOME/www/freshness.txt.new
2752bed6 3/usr/bin/time -f '\nElapsed time: %E' $HOME/bin/ftp-freshness.py >> $HOME/www/freshness.txt.new 2>&1
ed1ec331
ER
4chmod 644 $HOME/www/freshness.txt.new
5mv $HOME/www/freshness.txt.new $HOME/www/freshness.txt
6
This page took 0.333632 seconds and 4 git commands to generate.