mirror of
https://github.com/samsonjs/bin.git
synced 2026-03-25 07:55:47 +00:00
2 lines
83 B
Bash
Executable file
2 lines
83 B
Bash
Executable file
#!/bin/sh
|
|
[[ x"$1" = x ]] && cp -R . ~/Dropbox/${PWD##*/} || cp -R "$@" ~/Dropbox/
|