Skip to content

Instantly share code, notes, and snippets.

@savelichalex
Last active June 20, 2016 13:15
Show Gist options
  • Save savelichalex/3c10117573de249fe12c4d06bd919b51 to your computer and use it in GitHub Desktop.
Save savelichalex/3c10117573de249fe12c4d06bd919b51 to your computer and use it in GitHub Desktop.

Copy link

curl https://gist.githubusercontent.com/savelichalex/fe80dc3f1a1ca6c633010578d92b030a/raw/1e9c22c58e2c2d9b3987d5fa5289670e2ae6ce92/ungroup-folder.sh > /usr/local/bin/ungroup-folder && chmod a+x /usr/local/bin/ungroup-folder

to terminal

Then go in terminal to folder where you want to ungroup Ie if you want to ungroup folder foo in /Documents

cd ~/Documents
ungroup-folder -path=foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment