source: ipk/source.mipsel/tools_sispmctl/_path_/usr/local/share/titan/plugins/sispmctl/bin/g2_script.sh @ 41717

Last change on this file since 41717 was 41717, checked in by gost, 6 years ago

[plugins] add sispmctl for mipsel

  • Property svn:executable set to *
File size: 129 bytes
RevLine 
[41717]1#!/bin/sh
2
3if [ "$1" == "start" ]; then
4        echo "--> device 2 start"
5fi
6
7if [ "$1" == "stop" ]; then
8        echo "--> device 2 stop"
9fi
Note: See TracBrowser for help on using the repository browser.