среда, 5 сентября 2012 г.

script sh bash hosts.sh


echo "Введите адрес:"
read URL
echo "127.0.0.1=$URL Домен недоступен [OK]"
echo "127.0.0.1 $URL" >> /etc/hosts
##
#sed '1,10d' tmp > tmp1
##

sed '1,10d' /etc/hosts > /a/log/hosts.txt
DISPLAY=:0 notify-send "Sed 1,10d" "файл hosts скопирован в /a/log"
sed '1,10d' /etc/hosts > /mount/OS/Windows/System32/drivers/etc/hosts
DISPLAY=:0 notify-send "Sed 1,10d" "файл hosts скопирован в /Windows/System32/drivers/etc"
sed '1,10d' /etc/hosts > /mount/C-41/hosts
DISPLAY=:0 notify-send "Sed 1,10d" "файл hosts скопирован в /Windows/System32/drivers/etc на удаленый хост 192.168.1.41"
#
DISPLAY=:0 notify-send "Security" "Адрес $URL не доступен для просмотра"
#scp /etc/hosts ur4a@46.32.81.118:/var/www/1/hosts.txt
#DISPLAY=:0 notify-send "Info" "Файл скопирован на компьютер 46.32.81.118"
echo "Скрипт /a/sh/hosts.sh выполнен"

Комментариев нет:

Отправить комментарий

h265.sh

#!/bin/bash file="../mp4" if [ -d $file ]; then         echo "  Директория существует :-) "         for i in *.mp4; do f...