Skip to content
Snippets Groups Projects
Commit 1aaa18e1 authored by Patrick Baudin's avatar Patrick Baudin
Browse files

[headers] move '#!/bin/..' line as the first line

parent 35fe842c
No related branches found
No related tags found
No related merge requests found
#!/bin/sh -e
########################################################################## ##########################################################################
# # # #
# This file is part of Frama-C. # # This file is part of Frama-C. #
...@@ -20,8 +21,6 @@ ...@@ -20,8 +21,6 @@
# # # #
########################################################################## ##########################################################################
#!/bin/sh -e
# Convenience wrapper for small runs of E-ACSL Frama-C plugin # Convenience wrapper for small runs of E-ACSL Frama-C plugin
# Print a message to STDERR and exit. If the second argument (exit code) # Print a message to STDERR and exit. If the second argument (exit code)
......
#!/bin/sh -e
########################################################################## ##########################################################################
# # # #
# This file is part of Frama-C. # # This file is part of Frama-C. #
...@@ -20,8 +21,6 @@ ...@@ -20,8 +21,6 @@
# # # #
########################################################################## ##########################################################################
#!/bin/sh -e
# Convenience script for running tests with E-ACSL. Given a source file the # Convenience script for running tests with E-ACSL. Given a source file the
# sequence is as follows: # sequence is as follows:
# 1. Instrument and compile a given source file with `e-acsl-gcc.sh` # 1. Instrument and compile a given source file with `e-acsl-gcc.sh`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment