diff --git a/run_biftool b/run_biftool index 64ffc47..1ff8e12 100644 --- a/run_biftool +++ b/run_biftool @@ -1,3 +1,3 @@ #!/bin/bash -biftool $1 && mv ./*.bif /output +biftool $@ && mv ./*.bif /output