4 lines
46 B
Bash
4 lines
46 B
Bash
#!/bin/bash
|
|
|
|
biftool $1 && mv ./*.bif /output
|
#!/bin/bash
|
|
|
|
biftool $1 && mv ./*.bif /output
|