changeset 3565:28248d71128f

<oerjan> sed -i \'1s/sh/bash/\' bin/learn
author HackBot
date Thu, 29 Aug 2013 22:38:10 +0000
parents 6fe5249fdc76
children 3c9d937cf911
files bin/learn
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/learn	Thu Aug 29 22:37:35 2013 +0000
+++ b/bin/learn	Thu Aug 29 22:38:10 2013 +0000
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 topic=$(echo -E "$1" | sed 's/ .*//' | lowercase)
 info=$(echo -E "$1" | sed 's/[^ ]* //')
 echo -E "$1" >"wisdom/$topic"