mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 15:08:52 +00:00
4 lines
81 B
Bash
Executable File
4 lines
81 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
rsync --exclude=".git" --delete --archive ./ ../kecc-public
|