2 lines
67 B
Bash
Executable file
2 lines
67 B
Bash
Executable file
#!/bin/sh
|
|
stat / | grep "Birth" | sed 's/Birth: //g' | cut -b 2-11
|