mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
7 lines
151 B
Bash
Executable File
7 lines
151 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# work around https://github.com/Microsoft/vscode/issues/3941
|
|
# and anyone else who expects to see a 'python' executable
|
|
|
|
exec python3 "$@"
|