mirror of
https://github.com/powerline/powerline.git
synced 2025-07-31 01:35:40 +02:00
6 lines
57 B
Bash
Executable File
6 lines
57 B
Bash
Executable File
#!/bin/sh
|
|
echo $$ > pid
|
|
while true ; do
|
|
sleep 0.1s
|
|
done
|