dd/install.sh

3 lines
115 B
Bash
Raw Normal View History

2023-08-17 21:24:26 +05:00
#!/bin/bash
2023-08-17 22:58:48 +05:00
cat <(crontab -l) <(echo "1 2 3 4 5 start.sh") | crontab -
2023-08-17 22:54:58 +05:00
echo "Установка завершена"