diff options
Diffstat (limited to 'auxless')
-rwxr-xr-x | auxless | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#!/bin/sh + +smod () { + cd $HOME/repos/$1 && vim config.def.h && sudo cp config.def.h config.h && sudo make clean install && cd - +} |