changeset 5984:bded6a85b720

<tswett> echo -e \'#!/bin/bash\\necho "$0" | sed -e \'\\\'\'s_.*/__\'\\\'\'\' > bin/os
author HackBot
date Mon, 14 Sep 2015 17:49:16 +0000
parents e9e46956a506
children 64517b332d65
files bin/os
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/os	Mon Sep 14 17:49:06 2015 +0000
+++ b/bin/os	Mon Sep 14 17:49:16 2015 +0000
@@ -1,2 +1,2 @@
 #!/bin/bash
-echo "$0" | sed -e "s_.*/__"
+echo "$0" | sed -e 's_.*/__'