mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-03 15:29:23 +00:00
4 lines
55 B
Bash
4 lines
55 B
Bash
#!/bin/sh
|
|
|
|
exec "$@" --executed-from="$(pwd)" --pid=$$
|