source: client/shared/scripts/getFsType.py @ 937f1b5

ogClonningEngine
Last change on this file since 937f1b5 was 937f1b5, checked in by Antonio Emmanuel Guerrero Silva <aguerrero@…>, 7 months ago

refs #693 Code migration from the scripts directory

  • Property mode set to 100644
File size: 95 bytes
Line 
1import sys
2
3if __name__ == "__main__":
4    output = ogGetFsType(sys.argv[1:])
5    print(output)
Note: See TracBrowser for help on using the repository browser.