16 lines
220 B
Bash
Executable File
16 lines
220 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cat<<EOF
|
|
//=========================================
|
|
// Filename : $1
|
|
// Company : Boyachain
|
|
// Create : $(date +"%F %R")
|
|
//=========================================
|
|
|
|
#ifndef ____
|
|
#define ____
|
|
|
|
#endif
|
|
EOF
|
|
|