mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
- Add a wrapper script vscode -> code-oss Submitted by: maintainer (via Github) Closes: https://github.com/tagattie/FreeBSD-VSCode/issues/18
2 lines
29 B
Bash
2 lines
29 B
Bash
#!/bin/sh
|
|
exec code-oss "$@"
|