mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 19:32:30 +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
|