mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
6 lines
163 B
Bash
Executable File
6 lines
163 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Nix attributes cannot easily contain '.', so this is a shell script
|
|
# wrapper instead of a symlink to dade-exec-nix-tool.
|
|
exec python3 "$@"
|