This file contains hidden or 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/sh | |
# Organize files by file extension | |
# Written in answer to http://unix.stackexchange.com/q/19110/250 | |
# Configuration (feel free to add your types and change the path) | |
DOCUMENTS=' | |
doc | |
' |