Make perl scripts independ of path

This commit is contained in:
Neo_Chen
2018-08-20 21:03:24 +08:00
parent 98fd5a343b
commit ab7641df72
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# Dump a binary PDP-7 file where a word is encoded as three bytes, # Dump a binary PDP-7 file where a word is encoded as three bytes,
# with sixbits are stored big-endian in each of the three byte. # with sixbits are stored big-endian in each of the three byte.
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# a7out: user-mode simulator for PDP-7 Unix applications # a7out: user-mode simulator for PDP-7 Unix applications
# #
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# Read in files of PDP-7 assembly code in Ken Thompson's as format # Read in files of PDP-7 assembly code in Ken Thompson's as format
# and convert them into PDP-7 machine code # and convert them into PDP-7 machine code
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# Load a code coverage report from SimH and a kernel assembly listing # Load a code coverage report from SimH and a kernel assembly listing
# from as7, and show which lines in the kernel were not executed. # from as7, and show which lines in the kernel were not executed.
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# fsck7: Check a PDP-7 filesystem for consistency # fsck7: Check a PDP-7 filesystem for consistency
# #
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# mkfs7: Make a PDP-7 filesystem image for SimH # mkfs7: Make a PDP-7 filesystem image for SimH
# #
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# sdump: Dump the contents of a filesystem in SimH format # sdump: Dump the contents of a filesystem in SimH format
# #
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# Read in files of PDP-7 assembly code in Ken Thompson's as format # Read in files of PDP-7 assembly code in Ken Thompson's as format
# and output cross-reference and other details on the files. # and output cross-reference and other details on the files.