- Back to Home »
- Tuto »
- How To Create a Script
Posted by : yeahimgeek
mercredi 30 avril 2014
First Step ::
1- make a File name.sh ( exemple wifi.sh))
2-open it and type #!/bin/bash
3- type Your command ( on every line a command !!)
ls or mkdir or arp -n or ping xxx or print("hello")
4- type exit 0
5_ run it
type bash name.sh ( for exemple wifi.sh)