7 lines
65 B
Plaintext
7 lines
65 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Switching off swap
|
||
|
swapoff /dev/zram0
|
||
|
|
||
|
rmmod zram
|