From 4db6d30a8e3280c494d0f7dfa5cce0818b1c6322 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sat, 22 Jan 2022 19:01:02 +0100 Subject: [PATCH] python tool Signed-off-by: Gwenhael Le Moine --- update-all-pip_gwh.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 update-all-pip_gwh.sh diff --git a/update-all-pip_gwh.sh b/update-all-pip_gwh.sh new file mode 100644 index 00000000..44830762 --- /dev/null +++ b/update-all-pip_gwh.sh @@ -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