1#!/bin/sh
2cat ../../header.py $1 > test.py
3chmod +x test.py
4./test.py
5