Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
付燕斌
android-image-pack-tool
e68c3e3579ea0e6490d63a6d07aff4ab23805349
e68c3e3579ea0e6490d63a6d07aff4ab23805349
Switch branch/tag
android-image-pack-tool
Docker
start.sh
Find file
Normal view
History
Permalink
start.sh
57 Bytes
Edit
Web IDE
Newer
Older
制作打包用的docker镜像
fuyanbin
committed
Jan 23, 2024
1
2
3
4
5
6
7
#!/bin/bash
while
:
;
do
sleep
36000 &
wait
done