Skip to content

Instantly share code, notes, and snippets.

@bringhurst
Created November 5, 2014 19:15
Show Gist options
  • Save bringhurst/7f57f64ca8ab40b289fa to your computer and use it in GitHub Desktop.
Save bringhurst/7f57f64ca8ab40b289fa to your computer and use it in GitHub Desktop.
dcp handle remainder
} elif( last_argument_is_directory ) {
set_base(last_argument)
for(src in srcs) {
push_work_queue(src.path)
}
} else {
error(unsupported_filetype);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment