Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- echo "Content-type: text/html"
- echo ""
- ls /|while read line
- do
- echo "$line<br>"
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement