UNPKG

107 BJavaScriptView Raw
1#!/usr/bin/env node
2"use strict";
3
4require("./tools/gracefulifyFs");
5
6var _ = require("./");
7
8(0, _.run)();
\No newline at end of file