0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-06-29 04:31:22 +02:00
doodle3d-firmware/src/script/signin.sh

14 lines
392 B
Bash
Raw Normal View History

2013-09-27 18:38:31 +02:00
#!/bin/sh
2013-12-20 16:29:46 +01:00
# 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.
2013-09-27 18:38:31 +02:00
sleep 15m
2013-09-27 18:38:31 +02:00
while true; do
/usr/share/lua/wifibox/script/d3dapi signin > /dev/null 2> /dev/null
sleep 15m
2013-09-27 18:38:31 +02:00
done