Skip to content

Instantly share code, notes, and snippets.

@coleww
Last active September 8, 2015 19:54
Show Gist options
  • Save coleww/fbba531519cc4398bdd5 to your computer and use it in GitHub Desktop.
Save coleww/fbba531519cc4398bdd5 to your computer and use it in GitHub Desktop.
i smoke 0b10 joints
0 9 * * * ~/smoke_two_joints.sh
0 19 * * * ~/smoke_two_joints.sh
20 16 * * * ~/smoke_two_joints.sh
if [ $peace ]
then
~/smoke_one_joint.sh
~/smoke_one_joint.sh
elif [ $war ]
then
~/smoke_one_joint.sh
~/smoke_one_joint.sh
fi
# i smoke two joints
~/smoke_one_joint.sh
~/smoke_one_joint.sh
# before i smoke two joints
~/smoke_one_joint.sh
~/smoke_one_joint.sh
# and then i smoke two more
~/smoke_one_joint.sh
~/smoke_one_joint.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment