Add shebang to `main.lua` to facilitate execution
John Smith

John Smith commited on 2022-25 22:26:53
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -1,3 +1,4 @@
1
+#!/usr/bin/env lua
1 2
 --[[
2 3
     the main user interface for memoire
3 4
 ]]
4 5