-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbash.lib
77 lines (39 loc) · 1.08 KB
/
bash.lib
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Programs.
FIND=$(which find)
ECHO=$(which echo)
LN=$(which ln)
RM=$(which rm)
WP=$(which wp)
SCP=$(which scp)
SSH=$(which ssh)
PHP=$(which php)
GREP=$(which grep)
AWK=$(which awk)
MD5=$(which md5)
GIT=$(which git)
MKDIR=$(which mkdir)
SUDO=$(which sudo)
TEE=$(which tee)
SLEEP=$(which sleep)
CAT=$(which cat)
SED=$(which sed)
OPEN=$(which open)
CHMOD=$(which chmod)
RSYNC=$(which rsync)
DATE=$(which date)
VALET=$(which valet)
WGET=$(which wget)
TAR=$(which tar)
ONE_PASSWORD=$(which op)
SORT=$(which sort)
COLUMN=$(which column)
# Variables.
SELF=${0##*/} # program name
WWW_DIR=~/Documents/apache_sites # parent directory of websites
APACHE_DIR=${WWW_DIR} # parent directory of apache websites
AI1WM=ai1wm # wp cli command name
TMP_DIR=/tmp # tmp directory
LOCALHOST=127.0.0.1 # localhost ip address
MAMP_DIR="/Applications/MAMP" # MAMP directory
LOGFILE=debug.log # logfile
DOMAIN=test # localhost web domain