mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 10:15:36 +00:00
5 lines
99 B
Bash
Executable file
5 lines
99 B
Bash
Executable file
#!/bin/bash
|
|
set -u -e
|
|
cd $mlb
|
|
rsync -r -tlzv --delete $(pwd)/ $smith:/home/kerl/local/miller-head
|
|
|