Merge pull request #70 from NeoWorkgroup/master

Make perl scripts independ of path
This commit is contained in:
Warren
2018-09-28 13:29:04 +10:00
committed by GitHub
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,
# 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
#
+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
# 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
# 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
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
# 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
#
+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
# and output cross-reference and other details on the files.