#!/bin/bash # # Get a login shell on a compute node # (SLURM partition) srun --pty --preserve-env -p main "$@" /bin/bash