first commit

This commit is contained in:
2021-08-29 00:05:19 +08:00
commit 6574151a51
45 changed files with 13483 additions and 0 deletions

9
templates/dynamic/ext/c Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
cat<<EOF
//=========================================
// Filename : $1
// Author : Colben
// Create : `date +"%F %R"`
//=========================================
EOF