Skip to content

Instantly share code, notes, and snippets.

@kjaymiller
Created April 6, 2021 20:54
Show Gist options
  • Save kjaymiller/bc7e61ac123e869eb776fe5430fb91a7 to your computer and use it in GitHub Desktop.
Save kjaymiller/bc7e61ac123e869eb776fe5430fb91a7 to your computer and use it in GitHub Desktop.
Convert TextBundle to Folder
#!/bin/zsh
filename=$1
filepath=${1%.*}
mv $filename $filepath
setfile -a b $filepath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment