✂️ Remove script not used anymore

This commit is contained in:
Jerome Petazzoni
2021-10-19 17:09:55 +02:00
parent 181844ebea
commit 72c02c6fcf

View File

@@ -1,4 +0,0 @@
#!/bin/sh
grep = ~/.oci/config | tr "=" " " | while read key value; do
echo $key=\"$value\"
done > terraform.tfvars