The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!/bin/sh

if [ "$SPACETRACK_USER" == "" ]
then
    echo "
You must set environment variable SPACETRACK_USER to your Spacetrack
username/password for this script to work. E.g.:
    $ export SPACETRACK_USER=username/password
"
else
    SpaceTrack -filter <sh_data
fi