11 lines
176 B
Plaintext
Executable File
11 lines
176 B
Plaintext
Executable File
#!/bin/sh
|
|
|
|
cat<<EOF
|
|
#=========================================
|
|
# Filename : $1
|
|
# Author : Colben
|
|
# Create : `date +"%F %R"`
|
|
#=========================================
|
|
|
|
EOF
|