mirror of
https://github.com/GitFrog1111/badclaude.git
synced 2026-04-22 03:56:22 +02:00
4 lines
117 B
JavaScript
4 lines
117 B
JavaScript
#!/usr/bin/env node
|
|
console.warn('[DEPRECATED] "badclaude" has been renamed to "openwhip".');
|
|
require('./openwhip');
|