Skip to content

Instantly share code, notes, and snippets.

View Shidfar's full-sized avatar

Shidfar Hodizoda Shidfar

View GitHub Profile
#!/bin/bash
#
function main {
echo "clearing $1"
cd $1 && \
rm -rf node_modules && \
git stash && \
git checkout master && \
clear-branches && \