Root/
1 2 3 4 5 6 7 8 9 10 | #!/bin/bash # Filename of the FNA assembly output ASSEMBLYNAME= "../bin/Debug/FNA.dll" # Move to script's directory cd "`dirname " $0 "`" # Run Gendarme using the FNA ruleset gendarme --ignore fna.ignore --html gendarme.html $ASSEMBLYNAME |