#!/bin/sh unique_append() { grep -qF "$1" "$2" || echo "$1" >> "$2" } unique_append \ '*/10 * * * * ((wifi-unstuck &> /dev/null)&)'\ /etc/crontabs/root