[ Status ] optimize the code
This commit is contained in:
7
agent-go/tmp/1.sh
Normal file
7
agent-go/tmp/1.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
|
||||
export http_proxy=http://10.250.0.10:10810 && export https_proxy=http://10.250.0.10:10810
|
||||
|
||||
|
||||
7
agent-go/tmp/simple.sh
Executable file
7
agent-go/tmp/simple.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
for i in {1..30}
|
||||
do
|
||||
echo "yes"
|
||||
sleep 0.3
|
||||
done
|
||||
Reference in New Issue
Block a user