资 源 简 介
MOVED TO GITHUB - CLICK HERE
Like PHP, except you write your script in the bash shell scripting language instead of PHP.
Example script:
```
#!/usr/bin/shp
Welcome to . The current time is .
Today is Monday, too bad.
Today is not Monday, horray!
Example of running that script:
$ ./test.shp
Welcome to linux.example.com. The current time is Wed Nov 2 09:48:11 PDT 2011.
Today is not Monday, horray!
```
Read the ManPage for details.