execute.sh
Go to the documentation of this file.
1 #!/bin/bash
2 
3 if [ "$#" -ne 3 ]; then
4  echo "Usage: $0 arg1 arg2 arg3" >&2
5  exit 1
6 fi
7 
8 python $1 $2 $3