summaryrefslogtreecommitdiff
path: root/eg/nih
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-08-08 19:01:51 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-08 19:01:51 +0000
commit86b00b91adbc06e25e98c02d22e725e1888cb041 (patch)
tree203a2af93e657225e1781d7679d5782867335370 /eg/nih
parent50f338d87df77eb836fe2a83fce72fbd3e40e1df (diff)
downloadperl-86b00b91adbc06e25e98c02d22e725e1888cb041.tar.gz
Delete eg as agreed at TPC3 (yes, 3). Dusty, obsolete, non-w-clean.
May be repopulated with fresh maintained examples. p4raw-id: //depot/perl@6556
Diffstat (limited to 'eg/nih')
-rw-r--r--eg/nih11
1 files changed, 0 insertions, 11 deletions
diff --git a/eg/nih b/eg/nih
deleted file mode 100644
index 4475c499da..0000000000
--- a/eg/nih
+++ /dev/null
@@ -1,11 +0,0 @@
-eval 'exec /usr/bin/perl -Spi.bak $0 ${1+"$@"}'
- if $running_under_some_shell;
-
-# $RCSfile: nih,v $$Revision: 4.1 $$Date: 92/08/07 17:20:27 $
-
-# This script makes #! scripts directly executable on machines that don't
-# support #!. It edits in place any scripts mentioned on the command line.
-
-s[^#!(.*)]
- [#!$1\neval 'exec $1 -S \$0 \${1+"\$@"}'\n\tif \$running_under_some_shell;]
- if $. == 1;