Skip to content

Commit 98edf5a

Browse files
committed
PUB:shebang
1 parent 667c3e5 commit 98edf5a

File tree

3 files changed

+30
-19
lines changed

3 files changed

+30
-19
lines changed

sources/shebang published/shebang

File renamed without changes.

turnoff.us/shebang/[s] shebang.md

-19
This file was deleted.

turnoff.us/shebang/shebang.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
#!S
2+
===============
3+
4+
![#!S](http://turnoff.us/image/en/shebang.png)
5+
6+
- I BANG You BANG HE BANGS #!S
7+
8+
9+
---
10+
11+
这是我第一次遇到无法翻译的漫画。
12+
13+
`#!` 是 Unix/Linux 里面用于指示脚本解释器的特定语法,位于脚本中的第一行,以 `#!` 开头,接着是该脚本的解释器,通常是 `/bin/bash``/usr/bin/python` 之类。
14+
15+
关于 `#!` 其英文名称为“shebang”,其中的“she” 来源于 “#”的发音 “sharp”,“bang”来源于“!”,故如此命名。
16+
17+
Linux 中国翻译组核心成员 GOLinux 提议将此专有名称翻译为“[释伴](https://linux.cn/article-3664-1.html)”。
18+
19+
回到这幅漫画,作者的原意可能是:我!你!他!,以此类推,然后是某人! 即 `#!S`
20+
21+
---
22+
23+
via: http://turnoff.us/geek/shebang/
24+
25+
作者:[Daniel Stori][a]
26+
点评:[wxy](https://github.com/wxy)
27+
28+
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
29+
30+
[a]:http://turnoff.us/about/

0 commit comments

Comments
 (0)