-e
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
e577f4a80c
commit
b0294e1fde
1 changed files with 5 additions and 3 deletions
|
@ -2,10 +2,12 @@
|
|||
|
||||
WD=/home/installs/SlackBuilds
|
||||
CAT=${CAT:-$1}
|
||||
|
||||
cd $WD
|
||||
./what-s_installed.sh | grep -v "^❌.*" | cut -d\ -f2 | grep "^$CAT.*"
|
||||
|
||||
for p in $(./what-s_installed.sh | grep -v "^❌.*" | cut -d\ -f2 | grep "^$CAT.*"); do
|
||||
cd $p
|
||||
echo -n "$p : "
|
||||
ls
|
||||
./SlackBuild
|
||||
bash -e ./SlackBuild
|
||||
cd $WD
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue