Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
executable file 6 lines (5 sloc) 169 Bytes
#!/bin/sh
#g++ -g fastq-mcf.c -o fastq-mcf.ex && ./fastq-mcf.ex $*
cmd=$1
shift
g++ -g fastq-$cmd.c -o fastq-$cmd.ex && gdb --eval-command=run --args ./fastq-$cmd.ex $*