This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# add to your ~/.profile | |
. ~/sources/z/z.sh | |
zz () { (z $* && open .); } | |
# "$ z some_folder" now goes to that folder in the Terminal | |
# "$ zz some_folder" opens this folder in the Finder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
# | |
# Copyright (C) 2006 - 2010 Loic Dachary <[email protected]> | |
# Copyright (C) 2004, 2005, 2006 Mekensleep <[email protected]> | |
# 24 rue vieille du temple, 75004 Paris | |
# | |
# This software's license gives you freedom; you can copy, convey, | |
# propagate, redistribute and/or modify this program under the terms of | |
# the GNU Affero General Public License (AGPL) as published by the Free | |
# Software Foundation, either version 3 of the License, or (at your |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
svn merge folder/@HEAD folder/@637 folder/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
svn status --no-ignore | grep '^\?' | sed 's/^\? //' | |
svn status --no-ignore | grep '^\?' | sed 's/^\? //' | xargs rm -rf |
NewerOlder