From 05499d8b45a4687762d30cb7ba246edc615c0765 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 1 Feb 2018 19:08:21 +0100 Subject: New function qreboot --- functions/qreboot.fish | 1 + 1 file changed, 1 insertion(+) create mode 100644 functions/qreboot.fish (limited to 'functions') diff --git a/functions/qreboot.fish b/functions/qreboot.fish new file mode 100644 index 0000000..9046812 --- /dev/null +++ b/functions/qreboot.fish @@ -0,0 +1 @@ +alias qreboot='sudo sync;sudo kexec -l /boot/vmlinuz-linux --initrd=/boot/initramfs-linux.img --reuse-cmdline; sudo kexec -e' -- cgit v1.2.3