Commit Graph
4 Commits
Author SHA1 Message Date
Kipras MelnikovasandLuke Smith 4904fcf51f Fix script removal (#310)
The `script` variable you were referring to previously is actually the
relative path to a script, for example `bin/mw`.

This fails to remove the script, because, obviously, the path is
incorrect.

I'd suggest renaming `script` to `scriptPath` in line 13
and `shared` to `sharedPath` in line 18
(or whatever variable names you prefer that make it clearer)
to avoid confusion in the future.

Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
2019-11-23 18:31:17 -05:00
Kipras MelnikovasandLuke Smith bb38c15bf5 Makefile uninstall: Remove mw.1 (#308) 2019-10-26 12:44:26 -04:00
Kipras MelnikovasandGitHub d0e8a62663 Add interactio.io to domains.csv 2019-05-03 20:06:32 +03:00
Kipras Melnikovas a664cc05ce Add kipras.org to domains.csv
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
2019-04-21 00:17:57 +03:00