diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-26 18:42:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-26 18:42:26 -0400 |
commit | 4464b428de3600de418ca67bb6e452e1fb581209 (patch) | |
tree | c6aaab7a2c7563753907ef0dfbb1cda2135c524c /doc/devblog | |
parent | 03be54862e160137ad1c45f7f2e662311254c5d1 (diff) |
devblog
Diffstat (limited to 'doc/devblog')
-rw-r--r-- | doc/devblog/day_86__external_special_remote_implementation.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/devblog/day_86__external_special_remote_implementation.mdwn b/doc/devblog/day_86__external_special_remote_implementation.mdwn new file mode 100644 index 000000000..ded7fc5e9 --- /dev/null +++ b/doc/devblog/day_86__external_special_remote_implementation.mdwn @@ -0,0 +1,5 @@ +Built most of the external special remote today. While I've written 600 +lines of code for this, and think it's probably working, and complete +(except for a couple of features), all I know is that it compiles. +I've also written an [[example external special remote program in shell script|special_remotes/external/example.sh]], +so the next step is to put the two together and see how it works. |