diff options
-rwxr-xr-x | bin/extract-cids | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/extract-cids b/bin/extract-cids new file mode 100755 index 0000000..ec91fb0 --- /dev/null +++ b/bin/extract-cids @@ -0,0 +1,2 @@ +#!/bin/bash +enter | jq | grep Qm | sed -e 's/^.*Qm/Qm/g' | cut -d '"' -f 1 |