From 478da5b4f838adbb2970e09d531e41435254d56d Mon Sep 17 00:00:00 2001 From: Daniel Jackoway Date: Sat, 14 Feb 2009 12:00:54 -0500 Subject: [PATCH] made install script --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 install.sh diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..714cfed --- /dev/null +++ b/install.sh @@ -0,0 +1,4 @@ +sudo cp autojump /usr/bin/ +sudo cp autojump.sh /etc/profile.d/ +sudo cp autojump.1 /usr/share/man/man1/ +# I guess I could do the source-ing here too, but I'm not sure it's a good call. \ No newline at end of file