remove unused files
authorPeng Li <seudut@gmail.com>
Thu, 29 Sep 2016 14:21:23 +0000 (22:21 +0800)
committerPeng Li <seudut@gmail.com>
Thu, 29 Sep 2016 14:21:23 +0000 (22:21 +0800)
emacs.d/config.org
scripts/aa.pl [deleted file]
scripts/ip.pl [deleted file]

index 0a7634d..8c3ff22 100644 (file)
@@ -3342,10 +3342,6 @@ Refer [[https://github.com/fnwiya/dotfiles/blob/c9ca79f1b22c919d9f4c3a0f944ba828
   (global-set-key (kbd "C-w") 'sd/kill-region-or-backward-kill-word)
 #+END_SRC
 
-* key
-- passion
-- vision
-- mission
 
 * TODO todolist
 ** rucket
diff --git a/scripts/aa.pl b/scripts/aa.pl
deleted file mode 100755 (executable)
index 2826f06..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/usr/bin/perl -w
-chdir '/Users/peli3/JCC/ecc-p2p' or die ": $!";
diff --git a/scripts/ip.pl b/scripts/ip.pl
deleted file mode 100755 (executable)
index e4634ac..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/perl
-#
-#open IFCONF, 'ifconfig | grep "inet .*broadcast" |' or die 'haha';
-#while(<IFCONF>)
-#{
-##    print $_;
-#}
-#
-#my @cc = split /\s+/, `ifconfig | grep "inet .*broadcast"`;
-#my $aa =  `ifconfig | grep "inet .*broadcast"`;
-#$_ = $aa;
-#print $aa;
-#my $aa =~ m/([0-9]{1,3}\.){3}[0-9]{1,3}/;
-#print $1;
-my $ff = (split / /, `ifconfig | grep "inet .*broadcast"`)[0];
-print  "==||" . $ff . "==\n";
-
-
-