mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
5 lines
87 B
Plaintext
5 lines
87 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
skypeforlinux
|
||
|
|
sleep 3
|
||
|
|
while ps -C skypeforlinux >/dev/null;do sleep 3;done
|