Update scripts to handle passing files as parameters.
This commit is contained in:
@@ -17,7 +17,7 @@ function main {
|
||||
additional_flags+=(--profile "$PROFILE")
|
||||
fi
|
||||
cargo build --no-default-features "${additional_flags[@]}"
|
||||
time ./target/${PROFILE}/parse
|
||||
time ./target/${PROFILE}/parse "${@}"
|
||||
}
|
||||
|
||||
main "${@}"
|
||||
|
||||
Reference in New Issue
Block a user