This commit is contained in:
Joey Hess 2013-12-26 18:46:23 -04:00
parent aa3ddb53f7
commit 581b53a4f4

View file

@ -1,5 +1,11 @@
Built most of the external special remote today. While I've written 600 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 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. (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]], 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. so the next step is to put the two together and see how it works.
I also hope that some people who have built hook special remotes
in the past will update them to the new external special remote interface,
which is quite a lot better.
Today's work was sponsored by Justine Lam.