aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordvs12024-10-25 09:38:56 +1000
committerdvs12024-10-25 09:38:56 +1000
commitbb3dd77f2862869bd70b7dfe0e92c2caafbb0f2d (patch)
treeb7b5d1e96dd26cb43babea120307f97f9a2a886c
parentJust discovered the arg variable, use it and rename parseArgs() to just parse(). (diff)
downloadJackOnAllDevices-bb3dd77f2862869bd70b7dfe0e92c2caafbb0f2d.zip
JackOnAllDevices-bb3dd77f2862869bd70b7dfe0e92c2caafbb0f2d.tar.gz
JackOnAllDevices-bb3dd77f2862869bd70b7dfe0e92c2caafbb0f2d.tar.bz2
JackOnAllDevices-bb3dd77f2862869bd70b7dfe0e92c2caafbb0f2d.tar.xz
Other potential names.
-rwxr-xr-x_.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/_.lua b/_.lua
index 390d6d1..4de9923 100755
--- a/_.lua
+++ b/_.lua
@@ -3,6 +3,7 @@
3--[[ 3--[[
4 4
5TODO - I should name this project PolygLua. Gluing things onto Lua, making it a polyglot language. 5TODO - I should name this project PolygLua. Gluing things onto Lua, making it a polyglot language.
6 PolygLuaT PoLuaGlot PoLuaGLuaT
6 7
7TODO - Add some sort of alias mechanism for the #! thing. _.bash'echo "This is bash."':Do() 8TODO - Add some sort of alias mechanism for the #! thing. _.bash'echo "This is bash."':Do()
8 The user can define their own aliases in a table, with defaults for bash, sh, luajit, and maybe some others. 9 The user can define their own aliases in a table, with defaults for bash, sh, luajit, and maybe some others.