Skip to content

Instantly share code, notes, and snippets.

@dbaines
Forked from anonymous/gist:4290325
Created December 15, 2012 01:29
Show Gist options
  • Save dbaines/4290333 to your computer and use it in GitHub Desktop.
Save dbaines/4290333 to your computer and use it in GitHub Desktop.
#!/bin/bash
cp -r "$1" "/home/david/usenet/tv/$3"
chown -R david "/home/david/usenet/tv/$3"
chmod -R 777 "/home/david/usenet/tv/$3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment