mirror of
https://github.com/ksherlock/mpw.git
synced 2025-01-09 13:30:34 +00:00
better output location
This commit is contained in:
parent
ce5ad32be1
commit
9dc63fd4b7
@ -25,7 +25,7 @@ ARGF.each { |line|
|
|||||||
if line.match(/^([A-Za-z0-F]+)\s?#?/)
|
if line.match(/^([A-Za-z0-F]+)\s?#?/)
|
||||||
state = :data
|
state = :data
|
||||||
filename = $1
|
filename = $1
|
||||||
file = File::new("MPW.Help/#{filename}", "w")
|
file = File::new("Help.Files/#{filename}", "w")
|
||||||
#file.set_encoding("BINARY")
|
#file.set_encoding("BINARY")
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -41,4 +41,4 @@ ARGF.each { |line|
|
|||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user