Skip to content

Commit

Permalink
offer a friendlier single-line command
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Sep 15, 2007
1 parent b41e65a commit cdb2552
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions maketgz
Expand Up @@ -148,7 +148,5 @@ ls -l $targz $bzip2 $zip

md5sum $targz $bzip2 $zip

echo "Run these commands:"
echo "gpg -b -a $targz"
echo "gpg -b -a $bzip2"
echo "gpg -b -a $zip"
echo "Run this:"
echo "gpg -b -a $targz && gpg -b -a $bzip2 && gpg -b -a $zip"

0 comments on commit cdb2552

Please sign in to comment.