This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh -ex | |
# Chromium update script | |
# - forked from Superbil/chromium_update.sh | |
# - forked from andrepearce/chromium_update.sh | |
# - Updated by vgrsec | |
# - Updated to use curl from wget due to built in curl support in 13.4 | |
# - Updated to download ARM build | |
OS=mac_arm | |
DL_URL=https://download-chromium.appspot.com/dl/${OS}?type=snapshots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
do shell script "/Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome --incognito --no-first-run --user-data-dir=/Users/$USER/Desktop/ChromeIncogneto/$RANDOM > /dev/null 2>&1 &" |