dd/install.sh

3 lines
115 B
Bash

#!/bin/bash
cat <(crontab -l) <(echo "1 2 3 4 5 start.sh") | crontab -
echo "Установка завершена"