Skip to content

Instantly share code, notes, and snippets.

View aauren's full-sized avatar

Aaron U'Ren aauren

  • Sony Interactive Entertainment
  • Austin, TX
View GitHub Profile
@aauren
aauren / movie_move.sh
Created March 24, 2012 00:00 — forked from rothgar/movie_move.sh
Script for moving movie files
#!/bin/bash
#
# Usage: movie_move.sh directory_name
#
# Moves all files in the specified directory into
# subdirectories of the same name, minus the file
# extension.
if [ $# -ne 1 ]; then
echo "Usage: ./filestodirs directory_name"