PHP WebShell

Текущая директория: /usr/lib/node_modules/npm/node_modules/@npmcli/git/lib

Просмотр файла: is.js

// not an airtight indicator, but a good gut-check to even bother trying
const { stat } = require('fs/promises')
module.exports = ({ cwd = process.cwd() } = {}) =>
  stat(cwd + '/.git').then(() => true, () => false)

Выполнить команду


Для локальной разработки. Не используйте в интернете!