liblinux++
A hosted C++ runtime without any libc.
git clone
git://henryandlizzy.uk/liblinux++
Log
|
Files
|
Refs
gen.sh (81B)
1
#!/bin/bash
2
3
ARCH=`uname -m`
4
5
echo ": foreach {bin-$ARCH} |> ln -s %f %o |> %B"