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