Skip to content

Commit

Permalink
Remove args from run
Browse files Browse the repository at this point in the history
relater to #137
  • Loading branch information
nirlipo authored Feb 19, 2024
1 parent 1e5f7c0 commit b5cb807
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion planutils/packages/enhsp-2020/run
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#!/bin/bash

singularity run -e $(dirname $0)/enhsp-2020.sif $@
DOMAIN=$1
PROBLEM=$2
shift 2

singularity run -e $(dirname $0)/enhsp-2020.sif -o $DOMAIN -f $PROBLEM >> plan $@

0 comments on commit b5cb807

Please sign in to comment.