Skip to content

Instantly share code, notes, and snippets.

@ijrodrigues
ijrodrigues / start-to-work.sh
Last active June 23, 2020 13:35
Start to work
#!/bin/bash
echo "Abrindo sites comuns"
google-chrome https://github.com > /dev/null 2>&1 &
echo "Iniciando editores de texto"
~/Downloads/idea-IU-201.7846.76/bin/idea.sh > /dev/null 2>&1 &
echo "Iniciando containers do docker"
docker restart mysql > /dev/null 2>&1 &