10 lines
101 B
JavaScript
Executable File
10 lines
101 B
JavaScript
Executable File
this["$SCRIPT_NAME$"] = function(){
|
|
$CODE$
|
|
};
|
|
|
|
try{
|
|
this["$SCRIPT_NAME$"]();
|
|
}catch(e){
|
|
print(e)
|
|
}
|