mirror of
https://github.com/Shiva108/ai-llm-red-team-handbook.git
synced 2026-08-28 13:50:53 +02:00
14 lines
303 B
JavaScript
14 lines
303 B
JavaScript
/*
|
|
* mimer
|
|
* https://github.com/heldr/mimer
|
|
*
|
|
* Copyright (c) 2013 Helder Santana
|
|
* Licensed under the MIT license.
|
|
* https://raw.github.com/heldr/mimer/master/MIT-LICENSE.txt
|
|
*/
|
|
|
|
var args = process.argv,
|
|
Mimer = require('./dist/mimer');
|
|
|
|
console.log( '"' + Mimer( process.argv[2] ) + '"' );
|