Skip to content

Commit

Permalink
Update convert_formfiller.rb instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mason-larobina committed Aug 29, 2011
1 parent 40ecf23 commit 6813667
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions extras/convert_formfiller.rb
Expand Up @@ -4,11 +4,10 @@
#
# To use it, run the following in your favorite shell:
#
# for f in ~/.local/share/luakit/forms/*; do ./convert.rb $f >> ~/.local/share/luakit/formfiller.lua; done
# for f in ~/.local/share/luakit/forms/*; do ./convert.rb $f >> ~/.local/share/luakit/forms.lua; done
#
# BEWARE: this script is not fool-proof. Errors may occur during conversion,
# so du a manual check after the conversion!
#
# so do a manual check after the conversion!

def die(msg)
puts msg
Expand Down Expand Up @@ -99,4 +98,3 @@ def die(msg)

puts "}"
puts

0 comments on commit 6813667

Please sign in to comment.