Add a load of handy ~/bin scripts

This commit is contained in:
2020-02-23 15:07:02 +01:00
parent 99fbfc42fe
commit 8032cee29c
13 changed files with 323 additions and 0 deletions

6
bin/pprint Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python
import sys
import pprint
pprint.pprint(eval(sys.stdin.read()))