X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;ds=sidebyside;f=bin%2Fsoma_file_of_pls;fp=bin%2Fsoma_file_of_pls;h=28660ca15c6c8f6ab57d763afe03131306fd8474;hb=7b8475cd2fc823df3a61a3a6b61cc9c564a3b92e;hp=0000000000000000000000000000000000000000;hpb=70ece610f56912fee47262606f75f4c139c71aff;p=khome.git diff --git a/bin/soma_file_of_pls b/bin/soma_file_of_pls new file mode 100755 index 0000000..28660ca --- /dev/null +++ b/bin/soma_file_of_pls @@ -0,0 +1,3 @@ +#! /bin/bash + +curl "$1" | awk -F= '{metadata[$1] = $2} END {print metadata["File1"]}'