Skip to content

Commit

Permalink
Merge pull request Significant-Gravitas#2012 from 0xf333/0xf333_branch
Browse files Browse the repository at this point in the history
Fix: Update run_continuous.sh to correctly pass all command-line arguments
  • Loading branch information
richbeales authored Apr 17, 2023
2 parents 2cb559e + 4eb8e78 commit eefbccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_continuous.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
argument="--continuous"
./run.sh "$argument"

./run.sh --continuous $@

0 comments on commit eefbccd

Please sign in to comment.