Обновить install.sh

This commit is contained in:
partizan59rus 2023-08-17 17:54:58 +00:00
parent 6a9abb62cb
commit d0d03e59df
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
#!/bin/bash
echo "test1"
echo "test2"
echo "test3"
crontab -l | { cat; echo "0 0 0 0 0 some entry"; } | crontab -
echo "Установка завершена"