Created
July 17, 2018 20:14
-
-
Save matiaspunx/92f023bddb3f72ae21da131a405ce2c1 to your computer and use it in GitHub Desktop.
Como correr Sketch
This file contains hidden or 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
Como no me andaba sketch porque se me venció el coso gratis hice un archivo .sh que cambia la fecha de la compu, abre el sketch y vuelve a poner la fecha actual, capaz a alguien le sirve. | |
Yo lo ejecuto asi: | |
El archivo sketch.sh lo puse en el root de mi compu, en mi caso hdboot/Users/mpunx, que es donde arranca siempre la terminal. | |
Abrí la terminal y escribo: | |
sudo sh sketch.sh | |
Contenido del archivo sketch.sh | |
#!/bin/bash | |
date 0102030405 | |
open /Applications/Sketch.app | |
ntpdate -u time.apple.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment