mirror of
https://github.com/powerline/powerline.git
synced 2025-11-29 09:54:05 +01: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
|