mirror of
https://github.com/DoctorWkt/pdp7-unix.git
synced 2026-02-16 21:01:35 +00:00
Merge pull request #70 from NeoWorkgroup/master
Make perl scripts independ of path
This commit is contained in:
@@ -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,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
#
|
||||
# a7out: user-mode simulator for PDP-7 Unix applications
|
||||
#
|
||||
|
||||
@@ -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,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,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
#
|
||||
# fsck7: Check a PDP-7 filesystem for consistency
|
||||
#
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
#
|
||||
# mkfs7: Make a PDP-7 filesystem image for SimH
|
||||
#
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
#
|
||||
# sdump: Dump the contents of a filesystem in SimH format
|
||||
#
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user