摘要: 每次调试都是先PS x|grep xxxx ,然后gdb attach pid ,太麻烦了!写了个烂脚本给自己减负~~~ 1 #!/bin/bash 2 3 #check num of argv 4 5 if [[ $# -ne 1 ]]; then 6 echo 'err: argv num!' 阅读全文
posted @ 2016-04-14 00:49 EvilBaby 阅读(149) 评论(0) 推荐(0) 编辑