回答編集履歴

1

1

2021/06/12 20:26

投稿

takasima20
takasima20

スコア7464

test CHANGED
@@ -6,13 +6,13 @@
6
6
 
7
7
  echo "script-std-inplementation: $0"
8
8
 
9
- if "$1" = "ok";then
9
+ if [ "$1" = "ok" ];then
10
10
 
11
11
  echo "hallo" > ok.txt
12
12
 
13
13
  fi
14
14
 
15
- if "$1" = "ng";then
15
+ if [ "$1" = "ng" ];then
16
16
 
17
17
  echo "error" > ng.txt
18
18