a lot of applications seem to hardcode this location, so it's better to have something default, or default-adjasoned.
7 lines
62 B
Bash
Executable File
7 lines
62 B
Bash
Executable File
#!/usr/bin/sh
|
|
|
|
while true; do
|
|
printf "owo "
|
|
sleep 0.25
|
|
done
|