2 Star 7 Fork 2

带老司 / docker-wine-linux

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
link.sh 167 Bytes
一键复制 编辑 原始数据 按行查看 历史
rokas 提交于 2019-02-23 19:29 . docker container soft link script
#!/bin/bash
##make APP soft link
for i in $(ls /opt/deepinwine/apps/);do ln -s /opt/deepinwine/apps/$i/run.sh $(echo $i|awk 'BEGIN{FS="-"}{print "/usr/bin/"$2}');done
Shell
1
https://gitee.com/chigua/docker-wine-linux.git
git@gitee.com:chigua/docker-wine-linux.git
chigua
docker-wine-linux
docker-wine-linux
master

搜索帮助