From 9558dd7af5ed53bc4d6a220bbcd7fb3f53c92410 Mon Sep 17 00:00:00 2001 From: Matthew Cardarelli Date: Fri, 13 Jun 2025 16:57:17 -0400 Subject: [PATCH] Update biftool to accept all params --- run_biftool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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