From 71ef12ce37983d05abfc739b3c3005dad0e6cee3 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Fri, 16 Dec 2011 20:22:27 +0100 Subject: [PATCH] +function archergitclone --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 87684d0..54b4cce 100644 --- a/.bashrc +++ b/.bashrc @@ -334,6 +334,7 @@ function sourcewarecvscheckout {(set -ex );} function gdbgitclone { git clone git://sourceware.org/git/gdb.git gdb-git; } function binutilsgitclone { git clone git://sourceware.org/git/binutils.git binutils-git; } +function archergitclone { git clone git://sourceware.org/git/archer.git archer-git; } function gdbcvscheckout { sourcewarecvscheckout gdb; } function binutilscvscheckout { sourcewarecvscheckout binutils; } function uri_escape { perl -MURI::Escape -le '$_=<>;chomp;print uri_escape $_;'; }; -- 1.8.3.1