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
# HACK | |
TO_HACK_WITH=$1 | |
CURRENT=`git branch | grep '\*' | awk '{print $2}'` | |
if [ -z $TO_HACK_WITH ]; then | |
echo "First argument has to be one of these branches:" | |
git branch | grep -v $CURRENT | |
exit 1 | |
fi |
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/bash | |
ls ~ |
NewerOlder