summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorlassulus <lassulus@googlemail.com>2013-10-30 18:42:06 +0100
committerlassulus <lassulus@googlemail.com>2013-10-30 18:42:06 +0100
commitbcf7b9d980bb9deab72546d1ed6a502980982427 (patch)
tree8c89963cb19aadd9ec4788dce70b5c9d5324fb9c /util
parent24fb4b01ba3690ee3ba4db7ad57d0e0fa938ba36 (diff)
make-realwallpaper now silent
Diffstat (limited to 'util')
-rwxr-xr-xutil/bin/make-realwallpaper6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/bin/make-realwallpaper b/util/bin/make-realwallpaper
index c612bdb9..d8b702f6 100755
--- a/util/bin/make-realwallpaper
+++ b/util/bin/make-realwallpaper
@@ -5,9 +5,9 @@ set -euf
#run in new directory(will be polluted with images
#just run ./make-realwallpaper
-curl -z Nightmap_bare.jpg http://awka.sourceforge.net/Night_le_huge.jpg -o Nightmap_bare.jpg &
-curl -z Daymap_bare.png http://www.nnvl.noaa.gov/images/globaldata/SnowIceCover_Daily.png -o Daymap_bare.png &
-curl -z Clouds.jpg http://user.chol.com/~winxplanet/cloud_data/clouds_2048.jpg -o Clouds.jpg &
+curl -sSz Nightmap_bare.jpg http://awka.sourceforge.net/Night_le_huge.jpg -o Nightmap_bare.jpg &
+curl -sSz Daymap_bare.png http://www.nnvl.noaa.gov/images/globaldata/SnowIceCover_Daily.png -o Daymap_bare.png &
+curl -sSz Clouds.jpg http://user.chol.com/~winxplanet/cloud_data/clouds_2048.jpg -o Clouds.jpg &
wait
if ! file -ib Nightmap_bare.jpg|grep -q ^image/; then