Refactory

This commit is contained in:
Shiming Zhang
2021-11-18 19:13:57 +08:00
parent 6867da26c8
commit 6c1dbcdcb3
14 changed files with 300 additions and 321 deletions

3
hack/fmt.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
cat $1 | sort | tac > $1.tmp && mv $1.tmp $1