helper scripts

Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2022-03-01 14:36:19 +01:00
parent 7c9543bcfc
commit e577f4a80c
2 changed files with 11 additions and 0 deletions

11
rebuild-and-install-all.sh Executable file
View file

@ -0,0 +1,11 @@
#!/bin/bash
WD=/home/installs/SlackBuilds
CAT=${CAT:-$1}
for p in $(./what-s_installed.sh | grep -v "^❌.*" | cut -d\ -f2 | grep "^$CAT.*"); do
cd $p
echo -n "$p : "
ls
./SlackBuild
cd $WD
done

0
update-all-pip_gwh.sh Normal file → Executable file
View file