#!/bin/sh
# Wrapper for SSPACE Perl script.
# It is not sufficient to simply provide a symlink
# Because the script uses
#     use FindBin qw($Bin);
# to detect the PATH from where it was started and
# relies on this dir to find other modules and
# executables
#
/usr/share/sspace/SSPACE_Basic_v2.0.pl $@
