Skip to content

Instantly share code, notes, and snippets.

View Bartholomewbj's full-sized avatar

Brian Bartholomew Bartholomewbj

View GitHub Profile
anonymous
anonymous / gist:52eb1e23717e9a25da90bc8422d3dbfa
Created July 5, 2017 21:21
Push Client for x64 uat-serv-03
#!/bin/bash
echo "My name is BrunoRochaAlvesFelipeAraujoGoncalves"
"
echo "Welcome to the Push installer, Copyright (C) Alexander 2016"
echo "To continue with the installation, please confirm"
echo "By typing \"Y\" and pressing enter"
read input
if [ "$input" != "Y" ]; then
if [ "$input" != "y" ]; then