2
0
mirror of https://github.com/alexanderepstein/Bash-Snippets synced 2018-11-08 02:59:35 +01:00
Commit Graph

38 Commits

Author SHA1 Message Date
Alex Epstein
b4533d163f Making it easier to add new tools to installer and uninstaller
Just add the title of the tool to the array tools in install.sh and uninstall.sh
2017-07-07 17:06:51 -04:00
Alex Epstein
df7faba306 Updating to 1.10.1 2017-07-05 20:22:55 -04:00
Alex Epstein
c576f4681c Updating to 1.10.0 2017-07-05 13:16:38 -04:00
Alex Epstein
8703967165 Fixing python bug in OSX 2017-07-05 10:37:25 -04:00
Alex Epstein
ff7a234406 Updating to 1.9.0 2017-07-04 09:36:49 -04:00
Alex Epstein
0b38f94cae Updating to 1.8.0 2017-07-03 20:22:07 -04:00
Alex Epstein
82219534c4 Fixing the $@ by double quoting to prevent word splitting 2017-07-03 18:40:22 -04:00
Steven Hall
88e70d61f2 Changed $1 $2 $3 etc to just $@ (#28)
* Now using $@ for readability and maintainability
2017-07-03 16:34:31 -04:00
Alex Epstein
44ce35f4be Explicity asking for python2 in all python calls 2017-07-03 09:26:31 -04:00
Alex Epstein
d04b600ad1 have exit codes 2017-07-03 02:45:30 -04:00
Alex Epstein
264bef082f Updating to 1.7.0 2017-07-02 21:40:11 -04:00
Alex Epstein
e7540088c2 Updating to 1.6.0 2017-07-01 00:09:57 -04:00
Alex Epstein
a972f11fba Updating to 1.5.0 2017-06-30 11:20:26 -04:00
Alex Epstein
3aefcd242b Updating to 1.4.0 2017-06-30 01:48:34 -04:00
Alex Epstein
d6bfb8032a Updating to 1.3.1 2017-06-29 21:48:35 -04:00
Alex Epstein
0699f98a42 Updating to 1.3.0 2017-06-29 21:06:38 -04:00
Alex Epstein
72ca2d0651 Fixing error on update echo and adding httpGet Support 2017-06-29 20:47:01 -04:00
Alex Epstein
61d910d975 Updating to 1.2.1 2017-06-29 17:56:25 -04:00
Alex Epstein
f7aaed704c Setting user agent for curl 2017-06-29 17:50:09 -04:00
Alex Epstein
1d782a374d Check if curl is installed 2017-06-29 16:39:36 -04:00
Alex Epstein
71c7c74c3d Don't sudo on update error just let user know 2017-06-29 15:01:13 -04:00
Alex Epstein
b191b731f4 Updating to 1.2.0 2017-06-29 12:24:19 -04:00
Alex Epstein
5b8479552b Adding help to each tool 2017-06-29 12:21:28 -04:00
Alex Epstein
4546a19a60 Updating to 1.1.1 2017-06-28 09:37:16 -04:00
Alex Epstein
222ff1af08 This might be necessary not sure 2017-06-28 01:15:09 -04:00
Alex Epstein
86164aff20 Prevent bad input for stocks
It requires an argument
2017-06-28 00:34:17 -04:00
Alex Epstein
96b04c9942 Dont prompt removal and call update differently 2017-06-27 23:05:21 -04:00
Alex Epstein
89f520a8b7 Updating to 1.1.0 2017-06-27 22:48:23 -04:00
Alex Epstein
d73107b325 Facilitating updates 2017-06-27 22:40:51 -04:00
Alex Epstein
ca7fa6679d Adding comments to stocks 2017-06-27 10:34:03 -04:00
Alex Epstein
454d21b082 Beautifying the bash 2017-06-26 23:18:18 -04:00
Alex Epstein
e817c34644 Better usage of stocks 2017-06-26 23:16:23 -04:00
Alex Epstein
9ccd8b4c87 Allow for spaces in company name 2017-06-26 23:06:43 -04:00
Alex Epstein
b273d23d77 Can now enter company name
It will grab ticker automatically by using most relevant result from yahoo finance.
2017-06-26 20:45:42 -04:00
Alex Epstein
5ebe08a4d5 Adding screenshots 2017-06-26 20:08:51 -04:00
Alex Epstein
eb3243ba6b Added installers and uninstallers to scripts 2017-06-26 19:57:39 -04:00
Alex Epstein
fa881976af Adding internet check to each script 2017-06-26 19:28:27 -04:00
Alex Epstein
50083b19a7 Adding stocks 2017-06-26 19:22:38 -04:00