Fortran code that convert bas file to xyz file for Fireball
Github page: https://ctm-itodys.github.io/bas2xyz/
Compile the code:
gfortran bas2xyz.f95 -o bas2xyz.exe
For utilisation give the name of the xyz file and the bas file:
./bas2xyz.exe file.bas file.xyz