Add a load of handy ~/bin scripts
This commit is contained in:
6
bin/pprint
Executable file
6
bin/pprint
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import sys
|
||||
import pprint
|
||||
|
||||
pprint.pprint(eval(sys.stdin.read()))
|
||||
Reference in New Issue
Block a user