mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 08:16:28 +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
|