python tool

Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2022-01-22 19:01:02 +01:00
parent 709cd11377
commit 4db6d30a8e
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

5
update-all-pip_gwh.sh Normal file
View 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