mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-09-18 05:42:18 +00:00
Merge branch 'master' into 3020-local
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/local/bin/apl --script
|
||||
NEWLINE ← ⎕UCS 10
|
||||
HEADERS ← 'Content-Type: text/plain', NEWLINE
|
||||
HEADERS
|
||||
⍝ ⎕←HEADERS
|
||||
⍝ ⍕⎕TS
|
||||
)OFF
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/jconsole
|
||||
echo 'Hello, GitHub!'
|
||||
exit ''
|
||||
Reference in New Issue
Block a user