dd/install.sh

3 lines
119 B
Bash
Raw Normal View History

2023-08-17 21:24:26 +05:00
#!/bin/bash
2023-08-17 22:54:58 +05:00
crontab -l | { cat; echo "0 0 0 0 0 some entry"; } | crontab -
echo "Установка завершена"