Skip to content

Instantly share code, notes, and snippets.

TEST=$(pwd)
echo $TEST
username="wiber"
organisation="trinisofttechnologies"
folderName=$organisation
echo $folderName
# not hashrepublic here, that's the name of workspace, curious
homeDir=$TEST
#"/home/ubuntu/workspace/github"
packageDir="$homeDir/$folderName/packages"
TEST=$(pwd)
echo $TEST
username="$1"
organisation= "$2"
folderName=$organisation
echo $folderName
# not hashrepublic here, that's the name of workspace, curious
homeDir=$TEST
#"/home/ubuntu/workspace/github"
packageDir="$homeDir/$folderName/packages"
@wiber
wiber / y.sh
Last active August 29, 2015 14:20
c9 script to run in workspace/github or ./github
TEST=$(pwd)
echo $TEST
username="$1"
organisation="$2"
folderName=$organisation
echo $folderName
# not hashrepublic here, that's the name of workspace, curious
homeDir=$TEST
#"/home/ubuntu/workspace/github"
packageDir="$homeDir/$folderName/packages"
@wiber
wiber / fatc.html
Created March 5, 2011 21:15 — forked from tomger/fatc.html
<!DOCTYPE html>
<html><head>
<title>Fork-A-Twitter-Client</title>
<!--
Basic OniApollo/StratifiedJS Twitter Client application scaffold.
See http://fatc.onilabs.com/
THIS FILE IS IN THE PUBLIC DOMAIN.
@wiber
wiber / fatc.html
Created March 5, 2011 21:01 — forked from tomger/fatc.html
<!DOCTYPE html>
<html><head>
<title>Dropping Tweets</title>
<!--
@wiber had an idea.
1 tweets on your page. (dialog boxes).
2 tweets are things (wibes..gists?), % rate them by dragging them up or down. next more.
3 make it pleasant.
drop tweet boxes at the right rate,
@wiber
wiber / fatc.html
Created January 18, 2011 13:28 — forked from tomger/fatc.html
<!DOCTYPE html>
<html><head>
<title>Dropping Tweets</title>
<!--
@wiber had an idea.
1 a little javascript drops tweets on your page. (dialog boxes).
2 tweets are things (wibes..gists?), % rate them by dragging them up or down. next more.
3 make it pleasant.
drop tweet boxes at the right rate,
@wiber
wiber / fatc.html
Created January 14, 2011 13:59 — forked from tomger/fatc.html
<!DOCTYPE html>
<html><head>
<title>Fork-A-Twitter-Client</title>
<!--
Basic OniApollo/StratifiedJS Twitter Client application scaffold.
See http://fatc.onilabs.com/
THIS FILE IS IN THE PUBLIC DOMAIN.
@wiber
wiber / fatc.html
Created January 7, 2011 06:45 — forked from tomger/fatc.html
<!DOCTYPE html>
<html><head>
<title>Fork-A-Twitter-Client</title>
<!--
Basic OniApollo/StratifiedJS Twitter Client application scaffold.
See http://fatc.onilabs.com/
THIS FILE IS IN THE PUBLIC DOMAIN.