質問編集履歴

1

bashで始まるスクリプト(2-0, 2-0-1)での、#!/bin/bash行の削除 (otnさんの指摘に従い)

2022/02/25 08:34

投稿

n2022
n2022

スコア39

test CHANGED
File without changes
test CHANGED
@@ -83,14 +83,12 @@
83
83
 
84
84
  # script2-0
85
85
  ```shell
86
- #!/bin/bash
87
86
  bash script1-0
88
87
  echo ${A[@]}
89
88
  ```
90
89
 
91
90
  # script2-0-1
92
91
  ```shell
93
- #!/bin/bash
94
92
  bash script1-0
95
93
  bash script2-0
96
94
  ```