From 462ed0f1b69262926c95af3c14b5bbebaf284174 Mon Sep 17 00:00:00 2001 From: Erik Hahn Date: Sun, 31 Aug 2008 04:49:49 +0800 Subject: [PATCH] Renamed bash.sh to bash.bash which is slightly more correct --- b/bash.bash | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 b/bash.bash diff --git a/b/bash.bash b/b/bash.bash new file mode 100644 index 00000000..3e7c682f --- /dev/null +++ b/b/bash.bash @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "Hello World!"; \ No newline at end of file