OC_Scripts/scripts/package_manager/test.lua

9 lines
164 B
Lua
Raw Normal View History

2019-05-07 13:20:59 +00:00
-- Main Program Script
local action = arg[1]
if action == nil then
print("No action specified.")
os.exit()
end
print("You entered the action: " .. action)