From 59b0bca33c0f5825178b1d0477513db7f6cce384 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sat, 4 Feb 2017 07:54:15 -0800 Subject: [PATCH] Delete unneeded scripts. --- dotfiles/zsh_custom/analyze_new_cluster.sh | 22 ---------------------- dotfiles/zsh_custom/delete_old_cluster.sh | 3 --- 2 files changed, 25 deletions(-) delete mode 100755 dotfiles/zsh_custom/analyze_new_cluster.sh delete mode 100755 dotfiles/zsh_custom/delete_old_cluster.sh diff --git a/dotfiles/zsh_custom/analyze_new_cluster.sh b/dotfiles/zsh_custom/analyze_new_cluster.sh deleted file mode 100755 index 23a2c1a..0000000 --- a/dotfiles/zsh_custom/analyze_new_cluster.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -echo 'This script will generate minimal optimizer statistics rapidly' -echo 'so your system is usable, and then gather statistics twice more' -echo 'with increasing accuracy. When it is done, your system will' -echo 'have the default level of optimizer statistics.' -echo - -echo 'If you have used ALTER TABLE to modify the statistics target for' -echo 'any tables, you might want to remove them and restore them after' -echo 'running this script because they will delay fast statistics generation.' -echo - -echo 'If you would like default statistics as quickly as possible, cancel' -echo 'this script and run:' -echo ' "/opt/metasploit-framework/embedded/bin/vacuumdb" --all --analyze-only' -echo - -"/opt/metasploit-framework/embedded/bin/vacuumdb" --all --analyze-in-stages -echo - -echo 'Done' diff --git a/dotfiles/zsh_custom/delete_old_cluster.sh b/dotfiles/zsh_custom/delete_old_cluster.sh deleted file mode 100755 index fd6f0a0..0000000 --- a/dotfiles/zsh_custom/delete_old_cluster.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -rm -rf '/home/david/.msf4/db.prev'