changeset 11680:eb4d7573ecd3 draft

<oerjan> mkx bin/nur//if grep -q \\ <<<"$1"; then "${1%% *}" "${1#* }"; else "$1"; fi
author HackEso <hackeso@esolangs.org>
date Sat, 22 Dec 2018 02:00:53 +0000
parents 259eef5c02d2
children 05b95285fdbc
files bin/nur
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/nur	Sat Dec 22 01:59:34 2018 +0000
+++ b/bin/nur	Sat Dec 22 02:00:53 2018 +0000
@@ -1,1 +1,1 @@
-if grep -q \  <<<"$1"; then "$1"; else "${1%% *}" "${1#* }"; fi
+if grep -q \  <<<"$1"; then "${1%% *}" "${1#* }"; else "$1"; fi