4 lines
90 B
Bash
Executable File
4 lines
90 B
Bash
Executable File
#!/bin/bash
|
|
timestamp=`date +%Y/%m/%d-%H:%M:%S`
|
|
echo "System path is $PATH at $timestamp"
|