标签: image bash wget
我正试图用wget每小时拍摄一张照片。我有完整的道路,但我不能让它工作。 这是代码
DATE="date +%s" TIMESTAMP=`$DATE` cd /path_to/photofolder/ wget http://path_to_image/jpg/image.jpg mv image.jpg image1.jpg FILENAME="$TIMESTAMP.jpg" cp image1.jpg $FILENAME