Skip to content
Snippets Groups Projects
Commit 5bc0b52c authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Add check_state script

parent fe63b825
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
import sys
import rc_util
remote_user = sys.argv[1]
result = rc_util.check_state(remote_user)
print(result)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment