mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
4 lines
55 B
Bash
4 lines
55 B
Bash
#!/bin/sh
|
|
|
|
exec "$@" --executed-from="$(pwd)" --pid=$$
|