5 lines
54 B
Bash
Executable file
5 lines
54 B
Bash
Executable file
#!/bin/yolosh
|
|
while [ 1 ]; do
|
|
sleep 1
|
|
echo "a"
|
|
done
|