diff options
author | filip <“filip.rabiega@gmail.com”> | 2025-07-02 14:46:08 +0200 |
---|---|---|
committer | filip <“filip.rabiega@gmail.com”> | 2025-07-02 14:46:08 +0200 |
commit | 54a39b322d1e13911d8f03d533ee1ed1a2af17d5 (patch) | |
tree | 37656ec15d0d8bdfc4c2930f72581b8f035d21b0 /auxless | |
download | chadscripts-54a39b322d1e13911d8f03d533ee1ed1a2af17d5.tar.gz chadscripts-54a39b322d1e13911d8f03d533ee1ed1a2af17d5.tar.bz2 chadscripts-54a39b322d1e13911d8f03d533ee1ed1a2af17d5.zip |
dump
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 - +} |