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
#!/usr/bin/python3 | |
# $Id: megaclisas-status,v 1.78 2018/10/01 03:52:57 root Exp root $ | |
# | |
# Written by Adam Cecile <[email protected]> | |
# Modified by Vincent S. Cojot <[email protected]> | |
# | |
import os | |
import re | |
import sys |