View enableWebcam.sh
#!/bin/bash | |
DRIVER_DIR="bcwc_pcie" | |
if [ ! -d "$DRIVER_DIR" ]; then | |
echo "Dir not present. Well, let's bootstrap then" | |
echo "Cloning code" | |
git clone https://github.com/patjak/bcwc_pcie.git | |
fi |