Skip to content

Instantly share code, notes, and snippets.

@Sakura286
Created May 19, 2025 11:56
Show Gist options
  • Select an option

  • Save Sakura286/7395751671ede5a18031e5b889a39e39 to your computer and use it in GitHub Desktop.

Select an option

Save Sakura286/7395751671ede5a18031e5b889a39e39 to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in $(ls *.so)
do
mv /usr/lib/$i /usr/lib/$i.bak
mv $i /usr/lib/
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment