From 9955ad834b4bdb78d8828cca921b4da834a2d214 Mon Sep 17 00:00:00 2001 From: Erik Hahn Date: Sun, 31 Aug 2008 04:57:46 +0800 Subject: [PATCH] Added AutoHotkey --- a/autohotkey.ahk | 1 + b/bash.sh | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 a/autohotkey.ahk delete mode 100644 b/bash.sh diff --git a/a/autohotkey.ahk b/a/autohotkey.ahk new file mode 100644 index 00000000..6729d18e --- /dev/null +++ b/a/autohotkey.ahk @@ -0,0 +1 @@ +MsgBox, Hello World! diff --git a/b/bash.sh b/b/bash.sh deleted file mode 100644 index 3e7c682f..00000000 --- a/b/bash.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -echo "Hello World!"; \ No newline at end of file