From ebc19105eb05f16b18aef2808d170a8738e8baf1 Mon Sep 17 00:00:00 2001 From: Dennis Date: Wed, 13 Jun 2018 16:40:58 +0000 Subject: [PATCH] added RPilot --- usr/share/tio.run/languages.json | 22 ++++++++++++++++++++++ wrappers/pilot-rpilot | 3 +++ 2 files changed, 25 insertions(+) create mode 100755 wrappers/pilot-rpilot diff --git a/usr/share/tio.run/languages.json b/usr/share/tio.run/languages.json index c082182..1382dd9 100644 --- a/usr/share/tio.run/languages.json +++ b/usr/share/tio.run/languages.json @@ -7618,6 +7618,28 @@ }, "update": "git" }, + "pilot-rpilot": { + "categories": [ + "practical" + ], + "encoding": "SBCS", + "link": "http://rpilot.sourceforge.net/", + "name": "PILOT (RPilot)", + "tests": { + "helloWorld": { + "request": [ + { + "command": "F", + "payload": { + ".code.tio": "T: Hello, World!" + } + } + ], + "response": "Hello, World!" + } + }, + "update": "git" + }, "pingpong": { "categories": [ "recreational" diff --git a/wrappers/pilot-rpilot b/wrappers/pilot-rpilot new file mode 100755 index 0000000..edeb1cd --- /dev/null +++ b/wrappers/pilot-rpilot @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +/opt/pilot-rpilot/rpilot .code.tio "$@" < .input.tio