This repository has been archived on 2023-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
yadm-dotfiles/.local/bin/strip-paths-for-rsync.sh##h...

12 lines
151 B
Bash
Executable File

#!/bin/bash
FULL_PATH=$1
#PREFIX=$2
PREFIX="/home/ben/"
DIR_PATH=$(dirname $FULL_PATH)
WITHOUT_PREFIX=${DIR_PATH#"${PREFIX}"}
echo $WITHOUT_PREFIX