github-pages-deploy-action/node_modules/shebang-regex/index.js

3 lines
42 B
JavaScript
Raw Normal View History

2020-01-28 13:08:03 +08:00
'use strict';
2020-05-15 05:33:08 +08:00
module.exports = /^#!(.*)/;