changeset 7723:551c10d9fa9e

<fizzie> mkx bin/f//${1%% *} "$(< ${1#* })"
author HackBot
date Wed, 04 May 2016 00:42:30 +0000
parents e0c9d3aeca74
children 2a2a39783fb3
files bin/f
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/f	Wed May 04 00:41:55 2016 +0000
+++ b/bin/f	Wed May 04 00:42:30 2016 +0000
@@ -1,1 +1,1 @@
-${1%% *} "$(${1#* })"
+${1%% *} "$(< ${1#* })"