#!/bin/bash
$header

# Put myself in the virtual environment.
source "$activate"

# Launch the program as it should be.
$binfile "$@"
