質問編集履歴

2

ソース修正

2018/02/23 07:30

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -38,6 +38,8 @@
38
38
 
39
39
  filepath=`cat $filepath | base64 -D`
40
40
 
41
+ echo $filepath
42
+
41
43
  done
42
44
 
43
45
  ```

1

ソースを修正しました。

2018/02/23 07:30

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  #該当箇所です。上手く行きません。
38
38
 
39
- filepath=`cat $filename | base64 -D`
39
+ filepath=`cat $filepath | base64 -D`
40
40
 
41
41
  done
42
42