-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchemistry.sh.txt
More file actions
33 lines (33 loc) · 856 Bytes
/
chemistry.sh.txt
File metadata and controls
33 lines (33 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#!/bin/sh
# wget -qO- http://bar.ren/chemistry.sh.txt > chemistry.sh
# source chemistry.sh
# create banana C7H14O2 cho7142
# create strawberry C12H14O3 cho12143
# create apple C4H9_COO_C2H5 chcooch4925
# create cinnamon C9H8O cho98
# create butter C3H7COOH
# create wintergreen C8H8O3
# create grape C8H9NO2
# create orange C10H16
# create ham C16H21N8O8 P
# create ltheanine C7H14N2O3
# rozerem
# abilify
# create tesosterone C19H28O2 cho19282
# create glucose C6H12O6 cho6126
# dompamine
# glycerol
# zyprexa
# lithium orotate
# lithium carbonate
# MPA acetate
# lucrin
# chloroform
# citric acid
# High-fructose corn syrup
# benperidol
# Lithium Orotat
# iethylstilbestrol
# boron nitride
# lithium citrate Li3C6H5O7 licho3657
function create(){alias $1="echo $2 $3";}