load up some urls into urls.txt
http://google.com/api/endpoint/1
http://google.com/api/other-endpoint/2
Run shell command:
| #!/usr/bin/env python2 | |
| import glob | |
| import os | |
| from os.path import basename | |
| OUT_DIRECTORY = "out" | |
| os.system("rm -rf " + OUT_DIRECTORY) | |
| os.system("mkdir -p " + OUT_DIRECTORY) | |
| os.system("cp -R * " + OUT_DIRECTORY) |
| gnrc_netdev2_eth: received packet from 36:26:de:2c:fb:16 of length 118 | |
| gnrc_netapi_dispatch numof 1 type 2 | |
| gnrc_netdev2: waiting for incoming messages | |
| gnrc_netdev2: GNRC_NETAPI_MSG_TYPE_SND received | |
| gnrc_netdev2_eth: send to 36:26:de:2c:fb:16 | |
| Data exchanged on tap0 (6&▒,▒) | |
| gnrc_netdev2: waiting for incoming messages | |
| Cannot debug, stack too small | |
| gnrc_netdev2: GNRC_NETDEV_MSG_TYPE_EVENT received | |
| gnrc_netdev2: event triggered -> 2 |