修改 atoms 文件生成脚本的 shebang 为 bash

This commit is contained in:
2025-12-09 05:07:48 +08:00
parent 7405544c61
commit 3e23cbbe9f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
echo "/* This file is autogenerated by $0 - do not edit */"
echo

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
echo "/* This file is autogenerated by $0 - do not edit */"
echo