]> git.donarmstrong.com Git - infobot.git/blobdiff - scripts/dbm2txt.pl
* Add vim formatting comments ( # vim:ts=4:sw=4:expandtab:tw=80 )
[infobot.git] / scripts / dbm2txt.pl
index 259e6cecbe4d8ff38f712c64e0fb178a3afb71bb..ed9e354a7be34fafdc521e3edd47d4cde539731d 100755 (executable)
@@ -22,3 +22,5 @@ while (($key, $val) = each %db) {
   print "$key => $val\n";
 }
 dbmclose %db;
+
+# vim:ts=4:sw=4:expandtab:tw=80