Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bucle infinito bash

#!/bin/bash
while :
do
	echo "Presiona [CTRL+C] para parar..."
	sleep 1
done
Comment

PREVIOUS NEXT
Code Example
Shell :: mac run a shell script 
Shell :: C:Ruby30-x64in uby.exe: Is a directory -- . (LoadError) 
Shell :: bash check return value of function 
Shell :: test wifi password 
Shell :: uninstall ubuntu keepalived 
Shell :: gcloud.ps1 cannot be loaded 
Shell :: chmod rwx for all users 
Shell :: json rpc ethereum 
Shell :: clear files in storage bucket 
Shell :: --force-confold 
Shell :: obisidian linux 
Shell :: catch input bash 
Shell :: github tips 
Shell :: Install Spotify on zzUbuntu 
Shell :: how to install app from android phone programmatically 
Shell :: upgrade openmediavault on rock64,rockpro64,pinebookpro 
Shell :: debian change owner 
Shell :: transcode input to output with h264 720p with gpu 
Shell :: awk or 
Shell :: Filter Up Hosts 
Shell :: psql exmaple 
Shell :: vite dev host 
Shell :: alternative echo linux 
Shell :: docker php fpm xsl 
Shell :: unbinding a mac to AD terminal 
Shell :: remove telegraf from dembian 
Shell :: nmap -sY command use 
Shell :: screenshot with annotation 
Shell :: dockerfile export to local file 
Shell :: slack does not open xdg-open 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =