質問編集履歴

1

変更1

2017/04/07 23:59

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -1,5 +1,3 @@
1
- ```Linux Bash
2
-
3
1
  「 sudo curl http://xxx.xxx.xxx.xx:xx/sample/sample.sh?function=add&name=A&Age=39 」
4
2
 
5
3
 
@@ -10,4 +8,28 @@
10
8
 
11
9
  宜しくお願い致します。
12
10
 
11
+
12
+
13
+
14
+
15
+ ```Linux Bash
16
+
17
+ #!/bin/sh
18
+
19
+ echo "Content-Type: text/plain"
20
+
21
+ echo ""
22
+
23
+
24
+
25
+ add () {
26
+
27
+ echo $name
28
+
29
+ echo $amount
30
+
31
+ }
32
+
33
+
34
+
13
35
  ```