Advertisement
Guest User

Untitled

a guest
Jul 10th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rust 0.24 KB | None | 0 0
  1. fn main(){
  2.     let torrent_dir: &str = matches.value_of("torrent_dir").unwrap();
  3.     blink_light();
  4.     notify(torrent_dir);
  5.     run_filebot(torrent_dir);
  6. }
  7.  
  8. fn notify(torrent_dir: &str) {
  9.    
  10. }
  11. fn run_filebot(torrent_dir: &str) {
  12.    
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement