Emerald installer now downloads the package. Both scripts identify themselves.
[ibg.git] / tools / uninstall-emerald.sh
index 096003bfb2b97ac9adeea65b2bc5851592531708..ad1c0f86c858022f989a7e72d45aca19ca6cdc0d 100755 (executable)
@@ -6,6 +6,8 @@
 # Created by David Griffith <dave@661.org>
 # Released into the public domain 2016
 
+echo "Emerald CTAN package uninstaller..."
+
 if [ `ps -o uid= $$` -ne 0 ] ; then
        echo "This script must be run as root"
        exit 1