git.schokokeks.org
Repositories
Help
Report an Issue
fs-words.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
10bacc3
Branches
Tags
develop-client_server
master
typescript
fs-words.git
tools
send.sh
adjustments
Christian Fraß
commited
10bacc3
at 2017-04-17 22:19:08
send.sh
Blame
History
Raw
#!/usr/bin/env sh path=words.json python3 tools/merge.py > ${path} destination=mehl:/home/bfadmin/websites/folksprak.org/htdocs rsync \ --verbose \ --archive \ --compress \ --recursive \ --rsh=ssh \ ${path} \ ${destination}/ rm ${path}