diff options
author | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2020-05-21 08:17:34 +0300 |
---|---|---|
committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-05-21 13:05:31 +0300 |
commit | 1b92cb4c4b8c66f98f0f0c8551ea2be9fc423767 (patch) | |
tree | c4408d562a88bee2664965d547d026edb7931c5b /recipes-support/multitech/jsparser/jspp | |
parent | 1075148e1dfb701d43349af07f35a5ce36eb1195 (diff) | |
download | meta-mlinux-atmel-1b92cb4c4b8c66f98f0f0c8551ea2be9fc423767.tar.gz meta-mlinux-atmel-1b92cb4c4b8c66f98f0f0c8551ea2be9fc423767.tar.bz2 meta-mlinux-atmel-1b92cb4c4b8c66f98f0f0c8551ea2be9fc423767.zip |
Remove duplicate recipes-support
Diffstat (limited to 'recipes-support/multitech/jsparser/jspp')
-rwxr-xr-x | recipes-support/multitech/jsparser/jspp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/recipes-support/multitech/jsparser/jspp b/recipes-support/multitech/jsparser/jspp deleted file mode 100755 index 16b60e1..0000000 --- a/recipes-support/multitech/jsparser/jspp +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -if [ $# -lt 1 ]; then - echo "usage: $0 <filepath>" - echo " prints json in readable format" - exit 1 -fi - -cat $1 | jsparser --jsobj |