5 lines
34 B
Plaintext
5 lines
34 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
shift
|
||
|
vvp a.out "$@"
|