FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-rtmidi/deploy.sh at master · bin2000/python-rtmidi · GitHub
bin2000
/
python-rtmidi
Public
forked from
SpotlightKid/python-rtmidi
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-rtmidi
/
deploy.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
13 lines (11 loc) · 291 Bytes
Breadcrumbs
python-rtmidi
/
deploy.sh
Copy path
File metadata and controls
executable file
·
13 lines (11 loc) · 291 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
#!
/bin/bash
SRCDIR=
"
$HOME
/work/python-rtmidi/
"
DSTDIR=
"
work/rtmidi/src/python-rtmidi
"
DSTHOST=
"
192.168.100.1
"
rsync -av --update --checksum \
--exclude .svn \
--exclude sysex \
--exclude dist \
--exclude build \
--exclude __pycache__ \
"
$SRCDIR
"
"
$DSTHOST
:
$DSTDIR
"
Back
|
FazBrowse Home
|
New Git URL