mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
5 lines
84 B
Bash
5 lines
84 B
Bash
|
#!/bin/sh
|
||
|
sudo apt-get clean
|
||
|
sudo dd if=/dev/zero of=/EMPTY bs=1M
|
||
|
sudo rm -f /EMPTY
|