Christian Georg Becker | dd10fd2 | 2017-03-03 23:09:28 +0100 | [diff] [blame^] | 1 | /* Klerus-Spellbooks: Platzhalter |
| 2 | |
| 3 | Das Klerus-Spellbook steht als git-Repository bereit und kann mit |
| 4 | |
| 5 | ssh-agent bash -c |
| 6 | 'ssh-add ~/.ssh/id_morgengrauen_rsa; |
| 7 | git clone ssh://Gloinson@mg.mud.de:29418/spellbooks/klerus' |
| 8 | ('Gloinson' und 'id_morgengrauen_rsa' mit eurem User/Keyfile ersetzen) |
| 9 | |
| 10 | bzw nach entsprechendem Setup eurer ~/.ssh/config (siehe MUD-Doku) |
| 11 | |
| 12 | git clone ssh://mgg/spellbooks/klerus |
| 13 | |
| 14 | ausgecheckt werden. |
| 15 | |
| 16 | 1. Sep 2011 Gloinson |
| 17 | */ |
| 18 | inherit "/spellbooks/klerus/monk_spells.c"; |
| 19 | |
| 20 | protected void create() { |
| 21 | replace_program("/spellbooks/klerus/monk_spells.c"); |
| 22 | ::create(); |
| 23 | } |