Created
November 5, 2014 19:15
-
-
Save bringhurst/7f57f64ca8ab40b289fa to your computer and use it in GitHub Desktop.
dcp handle remainder
This file contains 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
} 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