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