mirror of
https://github.com/powerline/powerline.git
synced 2025-07-31 01:35:40 +02:00
5 lines
52 B
Bash
Executable File
5 lines
52 B
Bash
Executable File
#!/bin/sh
|
|
while ! test -e pid ; do
|
|
sleep 0.1s
|
|
done
|