TEXT   104
declare a arrHost
Guest on 4th December 2024 09:22:46 AM


  1. declare -a arrHost=(
  2.     192.168.100.1:'Smart TV'
  3.     192.168.100.10:'Kitchen Computer'
  4.     192.168.100.20:Pi-Hole
  5.     192.168.100.54:ISP Router
  6.     192.168.100.70:'VirtualBox 1021'
  7.     192.168.100.80:'VirtualBox 1022'
  8. )

Raw Paste

Login or Register to edit or fork this paste. It's free.