From 4c66b064da661bf1915cf487bf2fdf8fc477a21c Mon Sep 17 00:00:00 2001 From: Peng Li Date: Thu, 29 Sep 2016 22:21:23 +0800 Subject: [PATCH] remove unused files --- emacs.d/config.org | 4 ---- scripts/aa.pl | 2 -- scripts/ip.pl | 19 ------------------- 3 files changed, 25 deletions(-) delete mode 100755 scripts/aa.pl delete mode 100755 scripts/ip.pl diff --git a/emacs.d/config.org b/emacs.d/config.org index 0a7634d..8c3ff22 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -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 index 2826f06..0000000 --- a/scripts/aa.pl +++ /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 index e4634ac..0000000 --- a/scripts/ip.pl +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/perl -# -#open IFCONF, 'ifconfig | grep "inet .*broadcast" |' or die 'haha'; -#while() -#{ -## 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"; - - - -- 2.11.0