.config
docs
plugins
py
zsh
cloud
aws
media-sync
pull
push
db
docker
lib
media
office
redis
scwrypts
system
README.md
hello-world
zx
.gitattributes
.gitignore
LICENSE
README.md
run
scwrypts
scwrypts.plugin.zsh
11 lines
177 B
Plaintext
11 lines
177 B
Plaintext
|
#!/bin/zsh
|
||
|
DEPENDENCIES+=()
|
||
|
REQUIRED_ENV+=()
|
||
|
|
||
|
use cloud/media-sync
|
||
|
|
||
|
CHECK_ENVIRONMENT
|
||
|
#####################################################################
|
||
|
|
||
|
MEDIA_SYNC__PULL $@
|