mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-06-08 08:14:57 +00:00
8 lines
198 B
JavaScript
Executable File
8 lines
198 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
var path = require('path');
|
|
var fs = require('fs');
|
|
var lib = path.join(path.dirname(fs.realpathSync(__filename)), '../lib');
|
|
|
|
require(lib + '/coffee-script/command').run();
|