commit 3d797387094623cf29818f762e3a277f2a1594db parent c54ca89d12548681020560f6d302ee09da68d4b9 Author: Josuah Demangeon <mail@josuah.net> Date: Mon, 1 May 2017 23:46:44 +0200 added echo shorthand with printf Diffstat:
A | bin/e | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/bin/e b/bin/e @@ -0,0 +1,3 @@ +# echo - print all arguments to stdout, followed by a newline + +printf '%s\n' "$*"