Skip to content

Instantly share code, notes, and snippets.

View munds's full-sized avatar

Amol Mundayoor munds

View GitHub Profile

Keybase proof

I hereby claim:

  • I am munds on github.
  • I am munds (https://keybase.io/munds) on keybase.
  • I have a public key whose fingerprint is 009D D85E FFD3 D9E2 E90D E505 CD65 5828 496D D815

To claim this, I am signing this object:

@munds
munds / dynascene.sh
Last active August 4, 2017 17:51
Dynamic Scenario
#!/bin/bash
echo "Launching Raspberry Pi config in 5 seconds..."
echo "Please enable I2C under Interfacing Options or Advanced Options"
sleep 5
sudo raspi-config
echo "Thanks, human!"
echo ""
echo "Let's see if that worked..."
i2cdetect -y 1 &> /dev/null
#!/bin/bash
echo "Launching Raspberry Pi config in 5 seconds..."
echo "Please enable I2C under Interfacing Options or Advanced Options"
sleep 5
sudo raspi-config
echo "Thanks, human!"
echo ""
echo "Let's see if that worked..."
i2cdetect -y 1 &> /dev/null