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