15 lines
215 B
Bash
Executable File
15 lines
215 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cat<<EOF
|
|
//=========================================
|
|
// Filename : $1
|
|
// Author : Colben
|
|
// Create : `date +"%F %R"`
|
|
//=========================================
|
|
|
|
#ifndef ____
|
|
#define ____
|
|
|
|
#endif
|
|
EOF
|