summaryrefslogtreecommitdiff
path: root/hibernate
diff options
context:
space:
mode:
Diffstat (limited to 'hibernate')
-rwxr-xr-xhibernate9
1 files changed, 0 insertions, 9 deletions
diff --git a/hibernate b/hibernate
deleted file mode 100755
index 3fc0115..0000000
--- a/hibernate
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/zsh -x
-
-swapoff -a
-rm -f /swapfile
-dd if=/dev/zero of=/swapfile bs=1M count=2048
-mkswap /swapfile
-swapon /swapfile
-/usr/sbin/s2disk
-