1
0

Update biftool to accept all params

This commit is contained in:
2025-06-13 16:57:17 -04:00
parent 09a27e5742
commit 9558dd7af5

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
biftool $1 && mv ./*.bif /output biftool $@ && mv ./*.bif /output