Skip to content

Instantly share code, notes, and snippets.

@Skullcan
Skullcan / ServerRestart.ahk
Last active September 25, 2025 16:44
ServerRestart.ahk
#Persistent
SetTimer, CheckTime, 60000
Return
CheckTime:
IfEqual, A_Hour, 5
{
IfEqual, A_Min, 58
{
@Skullcan
Skullcan / deploy-android.yml
Created July 28, 2022 13:56
GHA Workflow to Build/Deploy to Internal Track
name: Build/Deploy Internal Track Android
on:
push:
branches:
- release
jobs:
build-deploy-android:
runs-on: ubuntu-latest
steps: