· 6 years ago · Nov 29, 2019, 11:42 AM
1#!/bin/bash 2 3mkdir -p ~/test && { echo "Catalog test was created succesfully" >> ~/report; touch ~/test/$(date +"%F_%R"); }; 4ping -c 1 -w 2 "yandex.ru" || echo "Error pinging yandex.ru" >> ~/report