clean history

This commit is contained in:
Looly
2019-08-14 10:02:32 +08:00
commit 6b011af032
1215 changed files with 159913 additions and 0 deletions

11
bin/logo.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
echo '========================================'
echo ' __ __ __ __ '
echo ' / / / /__ __ / /_ ____ ____ / / '
echo ' / /_/ // / / // __// __ \ / __ \ / / '
echo ' / __ // /_/ // /_ / /_/ // /_/ // / '
echo '/_/ /_/ \____/ \__/ \____/ \____//_/ '
echo ''
echo '-----------http://hutool.cn/------------'
echo '========================================'