From 938fe65f34bac7324c794ebe81b98c13a70a67a5 Mon Sep 17 00:00:00 2001 From: astokes Date: Wed, 6 Jan 2010 16:50:54 +0000 Subject: lots o bugfixes git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@671 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- src/extras/rh-upload | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/extras/rh-upload') diff --git a/src/extras/rh-upload b/src/extras/rh-upload index 6ec04511..75a86f43 100755 --- a/src/extras/rh-upload +++ b/src/extras/rh-upload @@ -1,20 +1,20 @@ #!/bin/bash ################################################################################# -# # +# # # rh-upload # -# Version - 0.3 # -# Copyright (c) 2007 Red Hat, Inc. All rights reserved. # -# # -# # -# Written by David Mair # +# Version - 0.3 # +# Copyright (c) 2007 Red Hat, Inc. All rights reserved. # +# # +# # +# Written by David Mair # # Cleanup and generalized for any kind of file by Olivier Arsac # -# Idea stolen from Chris Snook :-) # -# # +# Idea stolen from Chris Snook :-) # +# # # Purpose - To help in the automatic upload of files. # -# Specifically, this script will compress, encrypt, md5sum, # -# and upload the file automatically when invoked. # -# Items are optional and specified by command line switch. # +# Specifically, this script will compress, encrypt, md5sum, # +# and upload the file automatically when invoked. # +# Items are optional and specified by command line switch. # # ############################################################################### -- cgit