scripts/submit-patches.sh
Anna Schumaker 1a5f6eb872 Initial commit
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
2021-10-20 10:10:01 -04:00

14 lines
328 B
Bash
Executable File

#!/bin/bash
FROM="--from=Anna.Schumaker@Netapp.com"
TO="--to=Trond.Myklebust@hammerspace.com"
#TO="--to=bfields@redhat.com --to=chuck.lever@oracle.com"
#TO="--to=fstests@vger.kernel.org"
#TO="--to=steved@redhat.com"
TO="$TO --to=linux-nfs@vger.kernel.org"
CC="--cc=Anna.Schumaker@Netapp.com"
git send-email $FROM $TO $CC $*