mirror of
https://github.com/stashapp/CommunityScrapers.git
synced 2025-12-10 00:41:16 -06:00
4 lines
69 B
JavaScript
Executable File
4 lines
69 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
'use strict';
|
|
require('./validator/index.js')();
|