#!/usr/bin/env python
import sys
from res.fm.shell import mkdir


if __name__ == "__main__":
    path = sys.argv[1]
    mkdir(path)
