tasksmanager/src/run.sh

4 lines
90 B
Bash
Executable File

#!/bin/bash
timestamp=`date +%Y/%m/%d-%H:%M:%S`
echo "System path is $PATH at $timestamp"