Skip to content

Commit

Permalink
removed hashbangs as they were useless
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejsavage committed Feb 24, 2011
1 parent fa2d19a commit c67a809
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 17 deletions.
2 changes: 0 additions & 2 deletions armory.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#! /usr/bin/lua

-- translations

--Translations = translations( "armory" )
Expand Down
2 changes: 0 additions & 2 deletions builder.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#! /usr/bin/lua

-- templates

local setBuilder = loadTemplate( "sets/builder" )
Expand Down
2 changes: 0 additions & 2 deletions generator.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#! /usr/bin/lua

-- templates

local setGenerator = loadTemplate( "sets/generator" )
Expand Down
6 changes: 1 addition & 5 deletions index.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#! /usr/bin/lua

header()

local commits = json.decode( readFile( "./commits.json" ) )

print( loadTemplate( "index" )( { commits = commits } ) )
print( loadTemplate( "index" )( { commits = Commits } ) )

footer()
2 changes: 0 additions & 2 deletions items.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#! /usr/bin/lua

-- templates

local itemSearch = loadTemplate( "items/search" )
Expand Down
2 changes: 0 additions & 2 deletions setGen.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#! /usr/bin/lua

-- TODO: rewrite this in C

require( "profiler" )
Expand Down
2 changes: 0 additions & 2 deletions weapons.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#! /usr/bin/lua

-- translations

Translations = translations( "weapons" )
Expand Down

0 comments on commit c67a809

Please sign in to comment.