Skip to content

Commit 0a774ac

Browse files
author
Graham Krizek
committed
Add new binaries
1 parent 1e1c12c commit 0a774ac

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,19 +143,29 @@ Bash behaves in ways unlike other programming languages. As such, there are some
143143
### Included Executables
144144

145145
- `$ aws`
146+
- `$ bc`
146147
- `$ git`
147148
- `$ jq`
149+
- `$ rsync`
148150
- `$ scp`
149151
- `$ sftp`
150152
- `$ ssh`
153+
- `$ time`
154+
- `$ tree`
151155
- `$ wget`
152156
- `$ zip`
153157

154158
**Already included in the Lambda environment:**
155159

156160
- `$ curl`
161+
- `$ diff`
157162
- `$ gzip`
163+
- `$ head`
164+
- `$ md5sum`
158165
- `$ tar`
166+
- `$ tail`
167+
- `$ tee`
168+
- `$ xargs`
159169

160170
_If you would like to see more, please create an issue._
161171

bin/bc

80.6 KB
Binary file not shown.

bin/rsync

395 KB
Binary file not shown.

bin/time

12.8 KB
Binary file not shown.

bin/tree

56.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)