2
0
Fork 0
mirror of https://github.com/deployphp/action.git synced 2025-03-14 12:17:00 +00:00
deployphp/node_modules/shebang-regex/index.js

3 lines
42 B
JavaScript
Raw Normal View History

2020-11-10 23:12:02 +01:00
'use strict';
module.exports = /^#!(.*)/;