Created
January 29, 2022 22:21
-
-
Save elricstorm/9dfeece527534c38f1e7d976b5a71c1f to your computer and use it in GitHub Desktop.
Key ring script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=begin | |
Your lock key ring correction | |
=end | |
hide_me | |
loop do | |
lastLine = get | |
if lastLine =~ /The message where it is trying to put it IN container/ | |
fput("put lock on keyring") | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment