Skip to content

Instantly share code, notes, and snippets.

@vwainne
vwainne / finalAssignment
Last active March 25, 2016 12:37
Shell Scripting assignment - System Administration
#!/bin/bash
#Computer System Administration-Question1(a)
#Script changes the default pwd and activates another script to analyze the files there.
#November25,2014
#Question1.a :CHANGECURRENTDIRECTORYANDACTIVATEREMOTESCRIPT
MAIN_SCRIPT_LOCATION='/home/tacho/Documents'#storesthelocationofthescript
date
echo"Currentscript:"\"$0\"""
@vwainne
vwainne / 0_reuse_code.js
Last active August 29, 2015 14:19
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console