1 2 3 4 5
#!/bin/sh smod () { cd $HOME/repos/$1 && vim config.def.h && sudo cp config.def.h config.h && sudo make clean install && cd - }