From 93057624f91432afd829650af56c37642c103328 Mon Sep 17 00:00:00 2001 From: nogal <shrimpcracker89@gmail.com> Date: Tue, 14 May 2013 00:35:44 -0400 Subject: [PATCH] added readme --- readme.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 readme.txt diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..ea22ae7 --- /dev/null +++ b/readme.txt @@ -0,0 +1,5 @@ +This is a gamepad module switching script intended for use with the Microsoft Xbox 360 Controller in conjunction with the xboxdrv application. It is recommended that it be used as an alias. + +To permanently add an alias add the following line to ~/.bash_aliases (if the file does not exist, simply create one) and substitute the name and path as necessary: + +alias <name_of_alias>="cd /path/to/this/folder && ./game.sh && cd -" -- GitLab