A lot of new awesome stuff.
This commit is contained in:
9
includes/root.sh
Normal file
9
includes/root.sh
Normal file
@ -0,0 +1,9 @@
|
||||
# Copyright 2009 Daniel Jackoway
|
||||
# released under the MIT License
|
||||
# see COPYING for the full text
|
||||
function gitr {
|
||||
while [ ! -d .git -a ! -f '.this_is_root' -a `pwd` != "/" ]
|
||||
do
|
||||
cd "..";
|
||||
done
|
||||
}
|
Reference in New Issue
Block a user