#!/usr/bin/env python
# -*- coding: utf-8 -*-

# This is a copy of the autogenerated script that is installed in
# ..../bin in a virtual environment, when Asap is installed with pip.
# This version of the script is used when the Makefile installation is
# chosen instead.

import re
import sys
from asap3.cli import asap_sbatch
if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
    sys.exit(asap_sbatch())
