From 093037c14055355d2fee55c25f4fc5899c4232d6 Mon Sep 17 00:00:00 2001 From: epoch Date: Thu, 14 Nov 2019 07:49:39 +0000 Subject: deleted a bunch of files not needed --- chat/chat.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 chat/chat.sh (limited to 'chat/chat.sh') diff --git a/chat/chat.sh b/chat/chat.sh deleted file mode 100755 index f203228..0000000 --- a/chat/chat.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/pkg/bin/perl -chdir("/home/segfault/chat"); -my $sentence=""; -my $i=0; -@words=split(/ /,join(" ",@ARGV)); -foreach(@words) { - if(!chdir($_)) { - $args=join(" ",@words[$i .. $#words]); - $args =~ s/'/'\\''/g; - system("./_ '" . $args . "'\n"); - exit; - } - $i++; -} -system("./_"); -- cgit v1.2.3