qubes-pkgs/fetch.sh

7 lines
67 B
Bash
Executable file

#!/bin/bash
set -x
for i in */*.spec; do
spectool -g -R $i
done