mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-11-24 14:59:46 +01:00
3 lines
89 B
Bash
Executable File
3 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
java -jar "$VIPER_CARBON" --z3Exe "$VIPER_Z3" --boogieExe "$VIPER_BOOGIE" "$@"
|