qmqdecode.sh

#!/bin/bash
 



cat qmq.txt |while read line; do
	content="$line"
	echo "${content}" |base64 -d |gunzip
done

 

posted @ 2015-10-14 15:33  sarah471433  阅读(126)  评论(0)    收藏  举报