mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
2 lines
50 B
Bash
Executable file
2 lines
50 B
Bash
Executable file
#!/bin/bash
|
|
grep -i elapsed "$1" | sed 's/:/ /g'
|