Add result

This commit is contained in:
2026-06-25 15:53:30 +00:00
commit e4d4581a7d
+1
View File
@@ -0,0 +1 @@
awk -F '|' '$4 == "Completed" { if($6 > max) { max = $6; good = $8 } } END { print good }' ./space_missions.log