#!/bin/bash # 20221224 bkw: wrapper script for asapconv, part of SBo asap build. # Standalone player for SAP/etc files. asap's standalone player # (asap-sdl) works, but mplayer supports pause and seeking, which # makes it a lot nicer to use. # I wrote this for my own use. Might as well include it in the SBo # package, in case someone else wants it. SELF="$( basename $0 )" if [ "$#" = 0 -o "$1" = "--help" ]; then cat <