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