5 lines
79 B
Bash
5 lines
79 B
Bash
#!/bin/bash
|
|
rm -rf /usr/bin/proxy
|
|
rm -rf /usr/bin/proxyd
|
|
echo "uninstall done"
|