BD-js/posix.sh

10 lines
143 B
Bash
Executable File

#!/bin/sh
date
# Find the directory where this script is located.
opdir="$(dirname "$(realpath "$0")")"
cd "$opdir"
#execute
python3 sync.py