Skip to content

Instantly share code, notes, and snippets.

View MattAtkinson's full-sized avatar

Matt Atkinson MattAtkinson

View GitHub Profile
@janjongboom
janjongboom / debian64.sh
Last active November 8, 2017 14:57
Mbed CLI install script
#!/bin/bash
cwd=$(pwd)
DIR=$(dirname $(readlink -f $0))
echo "This application will install Mbed CLI..."
sudo apt-get update
sudo apt -y install dh-autoreconf build-essential libncurses5-dev