Last active
June 7, 2018 12:17
-
-
Save bmaupin/3f10eca19f46647ed246d748d94742c0 to your computer and use it in GitHub Desktop.
Free up memory on Xubuntu by restarting some memory-hungry programs
This file contains hidden or 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
| #!/bin/bash | |
| free | |
| dropbox stop && sleep 60 && dbus-launch dropbox start | |
| xfce4-panel -r | |
| free |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment