5 lines
111 B
Bash
Executable file
5 lines
111 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cargo bundle
|
|
TTY=`tty`
|
|
open ../../target/debug/bundle/osx/Capture.app --stdout $TTY --stderr $TTY
|