Skip to content

Commit 71a33dc

Browse files
committed
[2. Basic Shell Programming] translated fix #8
1 parent 9e404fc commit 71a33dc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -946,10 +946,8 @@ nohup command &
946946
```
947947

948948
# 2. Basic Shell Programming
949-
950-
951-
The first line that you will write in bash script files is called `shebang`. This line in any script determines the script's ability to be executed like a standalone executable without typing sh, bash, python, php etc beforehand in the terminal.
952-
949+
bash スクリプトファイルに書き込み最初の行は、`shebang` (シバン、シェバン) と呼ばれる。
950+
どのスクリプトでも、あらかじめターミナルに sh, bash, python, php など入力しなくても、スタンドアロンの実行可能ファイルのように実行できる。
953951
```bash
954952
#!/bin/bash
955953
```

0 commit comments

Comments
 (0)