Skip to content

Instantly share code, notes, and snippets.

@rich123
rich123 / pwsafe-convert.tcl
Created October 4, 2012 01:14
Password Safe Convert
namespace eval gorilla { variable Dir [ pwd ] }
lappend auto_path [ pwd ]
package require pwsafe
interp alias {} mc {} puts
if { [ llength $argv ] != 2 } {
puts "Usage: $argv0 input-file output-file"
exit 1
}