Skip to content

Instantly share code, notes, and snippets.

View danijeljw's full-sized avatar
🏠
Staying at home

Danijel-James Wynyard danijeljw

🏠
Staying at home
View GitHub Profile
#!/bin/bash
function readName {
echo "Enter your full name:"
read fullName
clear
}
function cmprsName {
comp=${ echo "$fullName" } | sed 's/ //g';
@danijeljw
danijeljw / no-ip_uninstall.sh
Last active December 24, 2015 17:39
No-IP DUC Uninstall Script for Mac OS X
#!/bin/bash
###############################################################################
# Load All Functions #
###############################################################################
# Function Show script help
function showHelp() {
echo "No-IP Uninstaller v2.0a"
echo ""
@danijeljw
danijeljw / adwuaserv.bat
Last active May 2, 2016 14:06
Advanced Windows Update Fix
:: Advanced Windows Update Service Clean v2.01
:: ===========================================
::
:: Copyright (c) 2016, Danijel James
:: All rights reserved.
::
:: Redistribution and use in source and binary forms, with or without
:: modification, are permitted provided that the following conditions are met:
::
:: 1. Redistributions of source code must retain the above copyright notice, this