diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2023-06-11 03:30:12 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2023-06-11 03:30:21 +0300 |
commit | 387c26e218f7bf10819d7bed657f7f62b64e18ce (patch) | |
tree | be2be20f2058501bb11c11651e0daa2e3a29c4a4 /tools/rotate-video.sh | |
parent | 0109d6c01db94822757cd7cb84034dd6f4d6cea8 (diff) |
move some scripts around, delete obsolete ones
Diffstat (limited to 'tools/rotate-video.sh')
-rwxr-xr-x | tools/rotate-video.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rotate-video.sh b/tools/rotate-video.sh index 6d27b44..5ce4efe 100755 --- a/tools/rotate-video.sh +++ b/tools/rotate-video.sh @@ -5,7 +5,7 @@ set -e DIR="$( cd "$( dirname "$(realpath "${BASH_SOURCE[0]}")" )" &>/dev/null && pwd )" PROGNAME="$0" -. "$DIR/lib.bash" +. "$DIR/../include/bash/include.bash" usage() { |