Script tweaks - added start of stack overflow script

This commit is contained in:
Jonathan Hodgson 2019-10-23 20:32:18 +01:00
parent 30dc39fff6
commit d898bc0b77
5 changed files with 707 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
input="${1:-"/dev/stdin"}"
php -r "echo json_encode(simplexml_load_file('$input'));"