SmartAudio/package/base-files/files/etc/diag.sh

5 lines
95 B
Bash
Raw Normal View History

2018-07-13 01:31:50 +00:00
#!/bin/sh
# Copyright (C) 2006-2009 OpenWrt.org
set_state() { echo $1 > /tmp/booting_state; }