Christian Fraß authored on 17/04/2017 22:22:38
Showing 2 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 #!/usr/bin/env sh
2 2
 
3 3
 tools/wiki-in.sh
4
-python3 tools/take.py
4
+python3 tools/wiki-take.py
5 5
 
... ...
@@ -1,5 +1,5 @@
1 1
 #!/usr/bin/env sh
2 2
 
3
-python3 tools/give.py
3
+python3 tools/wiki-give.py
4 4
 tools/wiki-out.sh
5 5