From e4ea00cfc9fc7340c62dd920b4754787c4499de6 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Thu, 10 Jul 2025 12:24:33 +0200 Subject: new scripts i guess --- auxless | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'auxless') diff --git a/auxless b/auxless index 5d2e698..50f4919 100755 --- a/auxless +++ b/auxless @@ -1,5 +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 - -} +[ "$#" -ne 1 ] && { echo "Usage: auxless " >&2 ; exit 1; } + +cd "$HOME"/repos/"$1" && vim config.def.h && sudo cp config.def.h config.h && sudo make clean install && cd - || exit -- cgit v1.2.3