changeset 2450:3d9ae97ec500

<ThatOtherPerson> echo -e "#/bin/sh\\necho \\"Cool stuff\\"" > coolstuff.sh
author HackBot
date Mon, 18 Mar 2013 14:30:50 +0000
parents a2dbc1aeb72a
children 15b871c29a0c
files coolstuff.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/coolstuff.sh	Mon Mar 18 14:30:50 2013 +0000
@@ -0,0 +1,2 @@
+#/bin/sh
+echo "Cool stuff"