Skip to content

Instantly share code, notes, and snippets.

@mr-rigden
Last active March 8, 2018 18:22
Show Gist options
  • Select an option

  • Save mr-rigden/63e261e71830debeb9215f4d651f8ac4 to your computer and use it in GitHub Desktop.

Select an option

Save mr-rigden/63e261e71830debeb9215f4d651f8ac4 to your computer and use it in GitHub Desktop.
#!/bin/bash
read -p "Should we change our MAC address?" -n 1 -r
echo
if [[ $REPLY =~ ^[Yy]$ ]]
then
echo "change MAC"
fi
sudo wifi-menu
sudo mount 192.168.1.12:/mnt/MyBook/Teletraan_I /home/jason/temp/disk6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment