mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-09-01 20:27:52 +08:00
13 lines
248 B
Plaintext
13 lines
248 B
Plaintext
#!foobar
|
|
#!/usr/bin/env groovy
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["shebang", "#!foobar"],
|
|
["shebang", "#!/usr/bin/env groovy"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Check for shebang comments. |