-
-
Save coleww/fbba531519cc4398bdd5 to your computer and use it in GitHub Desktop.
i smoke 0b10 joints
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 9 * * * ~/smoke_two_joints.sh | |
0 19 * * * ~/smoke_two_joints.sh | |
20 16 * * * ~/smoke_two_joints.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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