summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-04-16 19:02:24 +0000
committerstkhan <personal@slickd.xyz>2021-04-16 19:02:24 +0000
commit5ff27c4e96c27a1b9fa2cf283b28dea45a0968dd (patch)
tree4d766bea1bc449e2a0f9b1052fec095db5b69d6d /bin
parent72492c1c1b43a1d9c75c79d9e99db8162ff973de (diff)
Edited dwmblocks
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update-grub3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/update-grub b/bin/update-grub
new file mode 100755
index 0000000..0c43327
--- /dev/null
+++ b/bin/update-grub
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+exec grub-mkconfig -o /boot/grub/grub.cfg "$@"