local source = arg[1] local destination = arg[2] if not source or not destination then return "usage: scp source destination" end return bettola.scp(context, source, destination)