git » abk » commit 5f0956a

Add a top comment and version.

author
2005-03-03 01:02:47 UTC
committer
2005-03-03 01:02:47 UTC
parent 4e95669c523e54d1ecd78692998aa7d2ae474e49

Add a top comment and version.

abk +5 -0

diff --git a/abk b/abk
index 5781772..c6b475d 100644
--- a/abk
+++ b/abk
@@ -1,11 +1,16 @@
 #!/usr/bin/python
 
+# A backup script
+# Alberto Bertogli (albertogli@telpin.com.ar)
+# Version 0.03
+
 import sys
 import os
 import sha
 import cPickle
 from stat import *
 
+
 #
 # configuration
 #