-- stabilizev2.lua -- lowercase alias for stabilizeV2 (CC is case-sensitive on Linux). -- Forwards all args to the real launcher so either case works. local args = { ... } local unpack = table.unpack or unpack shell.run("stabilizeV2", unpack(args))