From 3faf17f7b713905f582def227df90dac15f3468d Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 10 Jul 2007 07:47:46 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r7969, which included commits to RCS files with non-trunk default branches. svn path=/trunk/abstractions/s-abstractions/; revision=7970 --- uninstall | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 uninstall (limited to 'uninstall') diff --git a/uninstall b/uninstall new file mode 100755 index 0000000..223b546 --- /dev/null +++ b/uninstall @@ -0,0 +1,7 @@ +#!/bin/bash + +echo "Uninstalling path and abstraction entry from your .pdrc file. A backup is at .pdrc.bak" +cp ~/.pdrc ~/.pdrc.bak +grep -v "`pwd`" ~/.pdrc >> ~/.pdrc-tmp +mv ~/.pdrc-tmp ~/.pdrc + -- cgit v1.2.1