You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
713 B
29 lines
713 B
echo "Deleting urlencode.py..."
|
|
sudo rm /usr/local/bin/urlencode.py
|
|
|
|
echo "Deleting urldecode.py..."
|
|
sudo rm /usr/local/bin/urldecode.py
|
|
|
|
echo "Deleting ascii2img.py..."
|
|
sudo rm /usr/local/bin/ascii2img
|
|
|
|
echo "Deleting alliteration-gen..."
|
|
sudo rm /usr/local/bin/alliteration-gen
|
|
|
|
echo "Deleting ratio..."
|
|
sudo rm /usr/local/bin/ratio
|
|
|
|
echo "Deleting fuzzPatternCreate..."
|
|
sudo rm /usr/local/bin/fuzzPatternCreate
|
|
|
|
echo "Deleting fuzzPatternSearch..."
|
|
sudo rm /usr/local/bin/fuzzPatternSearch
|
|
|
|
echo "Deleting permutateText.py"
|
|
sudo rm /usr/local/bin/permutateText.py
|
|
|
|
echo "Deleting file2var"
|
|
sudo rm /usr/local/bin/file2var
|
|
|
|
echo "Deleting create-desktop-shortcut"
|
|
sudo rm /usr/local/bin/create-desktop-shortcut
|