tasksmanager/src/run.sh

4 lines
90 B
Bash
Raw Permalink Normal View History

2021-08-17 13:15:23 +00:00
#!/bin/bash
timestamp=`date +%Y/%m/%d-%H:%M:%S`
echo "System path is $PATH at $timestamp"