0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-06-26 11:31:23 +02:00
doodle3d-firmware/src/script/signin.sh
peteruithoven 06e46bee65 Merge branch 'develop'
Conflicts:
ReleaseNotes.md
src/FIRMWARE-VERSION
2014-01-23 11:33:29 +01:00

14 lines
392 B
Bash

#!/bin/sh
# This file is part of the Doodle3D project (http://doodle3d.com).
#
# Copyright (c) 2013, Doodle3D
# This software is licensed under the terms of the GNU GPL v2 or later.
# See file LICENSE.txt or visit http://www.gnu.org/licenses/gpl.html for full license details.
sleep 15m
while true; do
/usr/share/lua/wifibox/script/d3dapi signin > /dev/null 2> /dev/null
sleep 15m
done