mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-05-03 17:15:54 +02: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
|