8 lines
65 B
Bash
Executable file
8 lines
65 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
while true
|
|
do
|
|
ashuffle
|
|
sleep 1
|
|
done
|