circt/utils/delete-cache.sh

7 lines
79 B
Bash
Executable File

#!/usr/bin/env bash
while read -r id; do
gh cache delete $id
sleep 2
done