From ce308a8bae777e0c7019adb0bca82d5cac9eb086 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 21 Oct 2009 13:11:52 +0200 Subject: added custom scripts in dotfiles and added folder to path --- bashrc/bin/mklnx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bashrc/bin/mklnx (limited to 'bashrc/bin/mklnx') 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 -- cgit v1.2.3