summaryrefslogtreecommitdiff
path: root/auxless
blob: 5d2e6988545936095465c3e1737d2b63f30b352b (plain)
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 -
}