摘要: 1 import os 2 import sys 3 4 def find_file(root_dir, type): 5 dirs_pool = [root_dir] 6 dest_pool = [] 7 8 def scan_dir(directory): 9 ... 阅读全文
posted @ 2015-03-11 20:45 Justin.cn 阅读(336) 评论(0) 推荐(0) 编辑
摘要: #!/bin/shpkill nickeleink_enable_autoupdaterm -rf /debian/tmp/* /debian/tmp/.* 2>/dev/nullmount -t proc proc /debian/procmount -o bind /dev /debian/de... 阅读全文
posted @ 2015-03-11 20:25 Justin.cn 阅读(271) 评论(0) 推荐(0) 编辑