13,420
edits
Changes
Created page with '#!/bin/bash # User can create an icon to run this file # Note: This file requires execute permissions to run # Note: May require "wakeonlan application to be installed first se…'
#!/bin/bash
# User can create an icon to run this file
# Note: This file requires execute permissions to run
# Note: May require "wakeonlan application to be installed first
set $(cat /home/teacher/bin/workstationMacAddress.txt)
for x
do
wakeonlan -i 192.168.1.255 $x > /dev/null
sleep 1
done
# User can create an icon to run this file
# Note: This file requires execute permissions to run
# Note: May require "wakeonlan application to be installed first
set $(cat /home/teacher/bin/workstationMacAddress.txt)
for x
do
wakeonlan -i 192.168.1.255 $x > /dev/null
sleep 1
done