shell脚本批量执行命令
#!/bin/bash
echo “hello”
echo “world”
curl -H “Content-type: application/json” -X POST -d ‘{“param”: “test_user”}’ https://xxx:xx
shell脚本批量执行命令
#!/bin/bash
echo “hello”
echo “world”
curl -H “Content-type: application/json” -X POST -d ‘{“param”: “test_user”}’ https://xxx:xx
Update your browser to view this website correctly. Update my browser now