mybin
my ~/bin
git clone
https://a3nm.net/git/mybin/
Log
|
Files
|
Refs
|
README
make.sh (45B)
1
#!/bin/bash
2
3
gcc -O2 -lm -o a2freq a2freq.c
4