Skip to content

Instantly share code, notes, and snippets.

@gerred
Created January 10, 2015 05:58
Show Gist options
  • Save gerred/da585f944f6f2c0d4fa6 to your computer and use it in GitHub Desktop.
Save gerred/da585f944f6f2c0d4fa6 to your computer and use it in GitHub Desktop.
use std::io::fs;
fn main() {
fs::copy(&Path::new("terminal.png"), &Path::new(env!("OUT_DIR")))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment