tests: Pythonize print_env.sh.
parent
8f1f3de123
commit
fccf424140
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import os
|
||||
import pprint
|
||||
|
||||
pprint.pprint(dict(os.environ))
|
@ -1,2 +0,0 @@
|
||||
#!/bin/bash
|
||||
set
|
Loading…
Reference in New Issue