Skip to content

Instantly share code, notes, and snippets.

@dtuominen
Created May 13, 2014 06:37
Show Gist options
  • Save dtuominen/82af1774e92e4405b2a4 to your computer and use it in GitHub Desktop.
Save dtuominen/82af1774e92e4405b2a4 to your computer and use it in GitHub Desktop.
#!/bin/sh
DEMODIR="/home/csgoserver/serverfiles/csgo/demos"
CSGODIR="/home/csgoserver/serverfiles/csgo"
find $CSGODIR -xdev -type f -name '*dem' | xargs -I {} mv {} $DEMODIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment