View Single Post
  #7 (permalink)  
Old 28-Jun-2009, 12:26
microchip8's Avatar
microchip8 microchip8 is offline
Shaman Penguin
 
Join Date: Jun 2008
Location: /dev/belgium
Posts: 2,193
microchip8 is a reputation jewel in the roughmicrochip8 is a reputation jewel in the roughmicrochip8 is a reputation jewel in the roughmicrochip8 is a reputation jewel in the roughmicrochip8 is a reputation jewel in the rough
Default Re: How do you create an executable script to run from an ic

Quote:
Originally Posted by hcvv View Post
Code:
#! /bin/sh
should be
Code:
#!/bin/sh
(no white space)
this is not true, you can use either #! /bin/sh or #!/bin/sh ... both are valid
__________________
My site: http://microchip.bplaced.net
My repo: http://download.opensuse.org/repositories/home:/microchip8
SUSE Unbound Forum: http://suseunbound.lefora.com


Do coders dream of sheep() ?
Reply With Quote