summaryrefslogtreecommitdiffstats
path: root/bashrc/bin/mklnx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbashrc/bin/mklnx7
1 files changed, 7 insertions, 0 deletions
diff --git a/bashrc/bin/mklnx b/bashrc/bin/mklnx
new file mode 100755
index 0000000..4fcd52e
--- /dev/null
+++ b/bashrc/bin/mklnx
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+set -e
+
+make "$@"
+make modules_install
+make install