changeset 12043:68ed7dfb8cb6 draft

<oerjan> sled bin/@//s,nur,echo,
author HackEso <hackeso@esolangs.org>
date Sat, 16 Nov 2019 04:08:56 +0000
parents 1aa76501f9fe
children 1ac72aef46c7
files bin/@
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/@	Sat Nov 16 04:05:51 2019 +0000
+++ b/bin/@	Sat Nov 16 04:08:56 2019 +0000
@@ -1,2 +1,2 @@
 #!/usr/bin/perl -w
-$_ = join " ", @ARGV; if (s/^([^ ]*) +//) { print "$1: "; exec "nur", $_; }
+$_ = join " ", @ARGV; if (s/^([^ ]*) +//) { print "$1: "; exec "echo", $_; }