kinect_fetch_fw: make the script less verbose when invoking 7z
authorAntonio Ospite <ospite@studenti.unina.it>
Sun, 27 Nov 2011 08:59:04 +0000 (09:59 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Sun, 27 Nov 2011 08:59:04 +0000 (09:59 +0100)
kinect_fetch_fw

index c6a254c..1ec79cd 100755 (executable)
@@ -40,7 +40,9 @@ then
   exit 1
 fi
 
-7z e -y -r "$ARCHIVE_NAME" "UACFirmware.*"
+echo -n "Extracting the UAC firmware..."
+7z e -y -r "$ARCHIVE_NAME" "UACFirmware.*" > /dev/null
+echo " done."
 
 FW_FILE=$(ls UACFirmware.* | cut -d ' ' -f 1)