Merge branch 'master' into 3020-local

This commit is contained in:
Arfon Smith
2016-06-02 10:55:46 -06:00
10 changed files with 237 additions and 8 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/local/bin/apl --script
NEWLINE ← ⎕UCS 10
HEADERS ← 'Content-Type: text/plain', NEWLINE
HEADERS
⍝ ⎕←HEADERS
⍝ ⍕⎕TS
)OFF
+3
View File
@@ -0,0 +1,3 @@
#!/bin/jconsole
echo 'Hello, GitHub!'
exit ''