mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-12-05 01:10:54 +00:00
tools: Added Github cache purge script
This commit is contained in:
6
tools/purge-github-cache.sh
Executable file
6
tools/purge-github-cache.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
# This script assumes that the Github CLI is installed and that
|
||||
# the authenticated user has appropriate authorization.
|
||||
|
||||
gh cache delete --all
|
||||
Reference in New Issue
Block a user