Skip to content

Commit

Permalink
Merge pull request #2 from jswelch/mods
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
georgeg000 authored Jan 9, 2025
2 parents fe9ba1d + f48d6e8 commit 80e3207
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bsubmit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ To submit jobs as another user, run the following command:

$ bsubmit --user apappas sleep 10

It may be necessary to escape quotes or other special characters when submitting jobs with bsub options that use single or double quotes. For example:

$ bsubmit --user apappas -Ep \"sleep 5\" -w 'done\(102\)' sleep 10


## Release notes

### Release 1.0
Expand Down

0 comments on commit 80e3207

Please sign in to comment.