mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
3 lines
133 B
Bash
3 lines
133 B
Bash
#!/bin/sh
|
|
exec %%LOCALBASE%%/bin/npm --offline --nodedir=%%LOCALBASE%% "$@"
|
|
#exec %%LOCALBASE%%/bin/npm --nodedir=%%LOCALBASE%% "$@"
|