I use a python script in a Linux server like this.
$ python /data/script/sample.py iput1.txt input2.txt > output.txt
But I want to use this script uploaded in github.
So I what I want to do is
$ python https://github.com/mylab/script/sample.py iput1.txt input2.txt > output.txt
Like this.