This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/python | |
import sys | |
import json | |
import requests | |
# concatenate args | |
args = " " | |
for arg in sys.argv: | |
# skip the 1st arg, the program's path+name |