Skip to content

Commit

Permalink
added RPilot
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisMitchell committed Jun 13, 2018
1 parent 7bb1aff commit ebc1910
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
22 changes: 22 additions & 0 deletions usr/share/tio.run/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions wrappers/pilot-rpilot
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

/opt/pilot-rpilot/rpilot .code.tio "$@" < .input.tio

0 comments on commit ebc1910

Please sign in to comment.