We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3312d4 commit 5c52a67Copy full SHA for 5c52a67
Github/Runners/manage_linux.sh
@@ -1,5 +1,8 @@
1
#!/bin/env bash
2
3
+##Helper Script to Manage Self Hosted Linux Runners
4
+#SELF: bash <(curl -qfsSL "https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Github/Runners/manage_linux.sh")
5
+
6
#------------------------------------------------------------------------------------#
7
#Sanity Checks
8
if [ -z "${GITHUB_PERSONAL_TOKEN}" ] || \
0 commit comments