Skip to content

Instantly share code, notes, and snippets.

View dcoric's full-sized avatar

Denis Ćorić dcoric

View GitHub Profile
@dcoric
dcoric / shpayz-sync.sh
Created January 15, 2020 20:07
Synchronization script for shpayz project
#!/bin/bash
DIR=
MODULE=
BRANCH=
TAG_VERSION=
ERROR_TAG=
BRANCH_EXISTS=
TAG_EXISTS=
print_usage() {
@dcoric
dcoric / migrate-profile-MacOS.sh
Created June 8, 2019 11:40
Script to migrate mobile to locale (and other way) user profile on mac OS
#!/bin/bash
# Modified 4/5/2019
Version=1.4
# Original source is from MigrateUserHomeToDomainAcct.sh
# Written by Patrick Gallagher - https://twitter.com/patgmac
#
# Guidance and inspiration from Lisa Davies:
# http://lisacherie.com/?p=239
#
# Modified by Rich Trouton
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<div><a href="javascript:showHiddenForm()" style="text-decoration: none">Some text that can be clickable</a></div>
<div id="hidden-form" style="display:none">Hidden context</div>