beefast-website/node_modules/shebang-regex/index.js
2025-01-09 13:32:29 +08:00

3 lines
42 B
JavaScript

'use strict';
module.exports = /^#!(.*)/;