mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
5 lines
154 B
Bash
Executable File
5 lines
154 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ssh diveintomark.org "hg -R /home/mark/db/diveintopython3/ serve --stdio" &
|
|
hg push ssh://mark@diveintomark.org//home/mark/db/diveintopython3/
|