Additional shebang updates

This commit is contained in:
Jordan Carlin 2024-07-03 21:34:48 -07:00
parent e6e070f4e4
commit e5c82e7465
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
#!/bin/perl -W #!/usr/bin/env perl -w
########################################### ###########################################
## derivgen.pl ## derivgen.pl

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl -w #!/usr/bin/env perl -w
########################################### ###########################################
## exe2memfile.pl ## exe2memfile.pl

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash #!/bin/bash
# #
# fparchtest.sh # fparchtest.sh
# David_Harris@hmc.edu 26 December 2023 # David_Harris@hmc.edu 26 December 2023

View File

@ -1,4 +1,4 @@
#!/bin/perl -W #!/usr/bin/env perl -w
########################################### ###########################################
## libppa.pl ## libppa.pl

View File

@ -1,4 +1,4 @@
#!/bin/perl -W #!/usr/bin/env perl -w
########################################### ###########################################
## testlist.pl ## testlist.pl

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl -w #!/usr/bin/env perl -w
########################################### ###########################################
## vclean.pl ## vclean.pl

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash #!/bin/bash
# sim-testfloat-verilator # sim-testfloat-verilator
# David_Harris@hmc.edu 3 April 2024 # David_Harris@hmc.edu 3 April 2024

View File

@ -1,4 +1,4 @@
#!/bin/perl -W #!/usr/bin/env perl -w
########################################### ###########################################
## extractArea.pl ## extractArea.pl