Skip to content

Instantly share code, notes, and snippets.

View torbjornvatn's full-sized avatar
🤷‍♂️

Torbjørn Vatn torbjornvatn

🤷‍♂️
View GitHub Profile
# 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
#!/bin/bash
ls ~