changeset 5351:cb68cb4e1079

<b_jonas> ` echo $\'#!/bin/sh\\nwelcome "$@" | sed "s/\\<\\(.\\)/\\u\\1/g"\' > bin/Welcome && chmod a+x bin/Welcome
author HackBot
date Mon, 04 May 2015 22:37:27 +0000
parents 891bc3944580
children d95e1975ae1c
files bin/Welcome
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/Welcome	Mon May 04 22:37:27 2015 +0000
@@ -0,0 +1,2 @@
+#!/bin/sh
+welcome "$@" | sed "s/\<\(.\)/\u/g"