Thursday, December 17, 2009

Make Own Startup Script on OpenWrt/Open-Mesh

---------- cut ---------------------


#!/bin/sh /etc/rc.common

start() {
  your code

}
stop() {
   your code
}

---------- cut ---------------


save and exit


#chmod 755 myfile


#/etc/init.d/myfile enable


now you can use it with start and stop


No comments:

 Simple Python Calculator This script will allows your to calculate the integers given with the chosen operation. You can add, substract, mu...