5 lines
30 B
Bash
5 lines
30 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
swapoff $*
|
||
|
|
exit $?
|