Tyleo-Dev-ShellScripting-Ol.../SH/echols.sh

10 lines
84 B
Bash
Raw Permalink Normal View History

2024-02-18 21:29:57 +00:00
#!/bin/sh
while true
do
ls
echo " "
echo "Updating..."
sleep 1
clear
done