Tuesday, August 28, 2012

Write a shell script to print itself.

#!/bin/sh

cat $0

No comments :