Re: [PATCH] scripts: scan-api: Make executable and add proper shebang.

2023-11-10 Thread Maxim Cournoyer
Hello, Maxim Cournoyer writes: > * module/scripts/scan-api.scm: Invoke 'main' from shebang. > (main): Strip $0 from ARGS. After reading module/scripts/README, this may have been misguided; it seems these 'commands' are intended to be used with the 'guild' launcher, e.g.: --8<---cut

[PATCH] scripts: scan-api: Make executable and add proper shebang.

2023-11-09 Thread Maxim Cournoyer
* module/scripts/scan-api.scm: Invoke 'main' from shebang. (main): Strip $0 from ARGS. --- module/scripts/scan-api.scm | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) mode change 100644 => 100755 module/scripts/scan-api.scm diff --git a/module/scripts/scan-api.scm b/module/script