Skip to content

Instantly share code, notes, and snippets.

View brenorb's full-sized avatar

Breno brenorb

  • BBrito
  • Brasília, Brazil
View GitHub Profile
@brenorb
brenorb / DateSync.bat
Created January 8, 2019 12:44
Syncs computer date and time. Must execute as admin.
net start w32time
w32tm /resync /force
net stop w32time
@brenorb
brenorb / download.sh
Created January 8, 2019 12:36
Shell script to update code in a double click.
#!/bin/sh
#Updates codes
#Author: Breno Brito
#Updated in 13/04/2018
export dir=$PWD
echo Updating website
echo
cd $dir/website