mirror of
https://github.com/shokinn/.files.git
synced 2025-01-19 05:22:25 +00:00
13 lines
168 B
Bash
Executable file
13 lines
168 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
#
|
|
# {{@@ env['dotdrop_warning'] @@}}
|
|
#
|
|
|
|
if [[ -z "$1" ]]; then
|
|
echo "Filepath missing."
|
|
exit 1
|
|
fi
|
|
|
|
rsync --verbose --progress --inplace $1 /tmp/
|