mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-13 01:58:27 +08:00
10 lines
575 B
Bash
10 lines
575 B
Bash
|
#!/bin/bash
|
|||
|
# 使用系统默认的 Bash
|
|||
|
#################################################################################################################
|
|||
|
# 作者:gfdgd xi、为什么您不喜欢熊出没和阿布呢
|
|||
|
# 版本:2.3.0
|
|||
|
# 更新时间:2022年10月11日
|
|||
|
# 感谢:感谢 wine、deepin-wine 以及星火团队,提供了 wine、deepin-wine、spark-wine-devel 给大家使用,让我能做这个程序
|
|||
|
# 基于 Bash 制作
|
|||
|
#################################################################################################################
|
|||
|
echo Flag!
|