Skip to content

Instantly share code, notes, and snippets.

View misaalanshori's full-sized avatar
💭
wait, how do i use this thing?

M Isa Al Anshori misaalanshori

💭
wait, how do i use this thing?
View GitHub Profile
#! /bin/bash -x
github_url="https://github.com/misaalanshori"
SET_BAUDRATE='-b 921600'
if [ ! -d autoconf-2.71/root/bin ] ; then
wget https://ftp.gnu.org/gnu/autoconf/autoconf-2.71.tar.xz
tar -xf autoconf-2.71.tar.xz
pushd autoconf-2.71
./configure --prefix=`pwd`/root
make && make install