From 54a39b322d1e13911d8f03d533ee1ed1a2af17d5 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Wed, 2 Jul 2025 14:46:08 +0200 Subject: dump --- auxless | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 auxless (limited to 'auxless') diff --git a/auxless b/auxless new file mode 100755 index 0000000..5d2e698 --- /dev/null +++ b/auxless @@ -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 - +} -- cgit v1.2.3