Log In
bw
/
helianthuslab
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
f8c4ae5c47afcdc339a0d85cfefeb577134efca2
f8c4ae5c47afcdc339a0d85cfefeb577134efca2
simple
writing
build.sh
Fork and Edit
Blob
Blame
History
Raw
#!/bin/bash set -e cc -O3 -Wall src/writing.c -o writing echo "build success"