dd/install.sh

3 lines
119 B
Bash

#!/bin/bash
crontab -l | { cat; echo "0 0 0 0 0 some entry"; } | crontab -
echo "Установка завершена"