shell script is loading...?

preview_player
Показать описание
shell script of loading...

#sankar
shell script,shell,script,shell scripts,shell scripting,unix shell script to connect oracle database,unix shell scripting,unix shell script,linux shell scripting,sqlplus in shell script,she'll script,shells script windows,coding,oracle shell script,shell script example,shell script template,shell script compiler,what is shebang in a shell script,shell script for oracle dba,how to read keyboard inputs in shell scripts

#codewithfun
#sankarinti
#programming
#linux

Рекомендации по теме
Комментарии
Автор

Below seems easy,
#!/bin/bash
frames="/ | \ \ -"
while true
do
for f in $frames
do
echo -ne "\r$f Loading..."
sleep 0.5
done
done

raghul