From 799efde77b5c838763ee06523c37807fb629569b Mon Sep 17 00:00:00 2001 From: Dominik Slavkovsky Date: Sat, 4 Feb 2017 10:17:34 +0100 Subject: [PATCH] Init (wan-up) script for automatic installation after router restart --- tomato_wanup.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tomato_wanup.sh diff --git a/tomato_wanup.sh b/tomato_wanup.sh new file mode 100644 index 0000000..e0bcc3e --- /dev/null +++ b/tomato_wanup.sh @@ -0,0 +1,4 @@ +#!/bin/bash +mkdir /var/wwwext/ +sleep 30 +wget https://raw.githubusercontent.com/mReXiTuS/tomato-design/master/release/blue/custom.css -P /var/wwwext/ \ No newline at end of file