python tool
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
709cd11377
commit
4db6d30a8e
1 changed files with 5 additions and 0 deletions
5
update-all-pip_gwh.sh
Normal file
5
update-all-pip_gwh.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
for i in $(ls /var/adm/packages/*_gwh ); do
|
||||
PRGNAM=$(echo $i | cut -d- -f2) ./generic-python.SlackBuild
|
||||
done
|
Loading…
Reference in a new issue