♻️ dayNight主题更新 + 一些重构

This commit is contained in:
naiba
2021-01-24 21:17:37 +08:00
parent 691d04ac62
commit b19a704aee
8 changed files with 26 additions and 20 deletions

9
cmd/playground/example.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
set -x
ME=`whoami`
ping example.com -c20 && \
echo "==== $ME ====" && \
ping example.net -c20 && \
echo "==== done! ===="