Skip to content

Instantly share code, notes, and snippets.

@Rurik
Created July 7, 2015 16:32
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Rurik/f2b5db47cbb92cb56115 to your computer and use it in GitHub Desktop.
Save Rurik/f2b5db47cbb92cb56115 to your computer and use it in GitHub Desktop.
Apricorn Padlock Keep-Alive
import os
import time
while True:
os.mkdir('F:\\A')
time.sleep(10)
os.rmdir('F:\\A')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment