aboutsummaryrefslogtreecommitdiffstats
path: root/util/shred/shred
diff options
context:
space:
mode:
Diffstat (limited to 'util/shred/shred')
-rwxr-xr-xutil/shred/shred6
1 files changed, 5 insertions, 1 deletions
diff --git a/util/shred/shred b/util/shred/shred
index d6fa051c4..c46efa435 100755
--- a/util/shred/shred
+++ b/util/shred/shred
@@ -208,7 +208,11 @@ main () {
return $FO_rval
;;
*)
- usage 1
+ FO_command $fcli_command
+ JS_Parsed=$(echo "$FO_ret" | tokenize | parse)
+ echo "$JS_Parsed"
+ return $FO_rval
+
;;
esac
return 0