#!/bin/bash

#perl d:\Programs\Perl\VASP\VASP.pl --Action=MakeXSFFile --kMagnetization=0.8 --ArrowColor=255:0:0 --ArrowRadius=0.2 . SpinStructure.xsf
perl $HOME/bin/Perl/VASP/VASP.pl --Action=MakeRelaxXSFFile --kMagnetization=0.8 --ArrowColor=255:0:0 --ArrowRadius=0.2 $*

