#/usr/bin/env bash

if [[ ! $@ ]]; then
  python3 -m RawProc -h
else
  python3 -m RawProc $@
fi