mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-14 16:52:56 -05:00
4 lines
55 B
Bash
4 lines
55 B
Bash
#!/bin/sh
|
|
|
|
exec "$@" --executed-from="$(pwd)" --pid=$$
|