Getting rid of scripts from the vsys package. These scripts can be found in the vsys...
[vsys.git] / factory / vtop
diff --git a/factory/vtop b/factory/vtop
deleted file mode 100755 (executable)
index 00e44c0..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/perl
-use strict;
-
-###############################################
-# vtop for slicestat by KyoungSoo Park
-###############################################
-
-open THIS_PIPE, "/usr/sbin/vtop bn1 |";
-while(<THIS_PIPE>) {
-    print;
-}
-close THIS_PIPE;