#!/bin/sh
cd "${0%/*}" || exit 1                          # Run from this directory
#------------------------------------------------------------------------------

# Run command on singularity
${SRUNC} 'source /home/wikki/.bashrc_pf
./Allclean'

#------------------------------------------------------------------------------
