UNPKG

@tty-pt/ndc

Version:
4 lines (3 loc) 108 B
#!/usr/bin/env node const { execSync } = require('child_process'); execSync('./ndc', { stdio: 'inherit' });