Note why I chose 'rm -rf' instead of 'cargo clean'
[khome.git] / home / bin / soma_file_of_pls
CommitLineData
7b8475cd
SK
1#! /bin/bash
2
3curl "$1" | awk -F= '{metadata[$1] = $2} END {print metadata["File1"]}'
This page took 0.097355 seconds and 4 git commands to generate.