Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. `grep offline /sys/devices/system/memory/*/state | cut -d: -f1 | while read -r mem; do echo online > "$mem"; done`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement