helper scripts
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
7c9543bcfc
commit
e577f4a80c
2 changed files with 11 additions and 0 deletions
11
rebuild-and-install-all.sh
Executable file
11
rebuild-and-install-all.sh
Executable 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
0
update-all-pip_gwh.sh
Normal file → Executable file
Loading…
Reference in a new issue