228982a0a8
- giant refactoring - add aliases and functions to ease work - apply linters / fixers / fmt to most files
4 lines
154 B
Bash
4 lines
154 B
Bash
#!/usr/bin/env bash
|
|
# Install awsls
|
|
BINDIR="/usr/local/bin" curl -sSfL https://raw.githubusercontent.com/jckuester/awsls/master/install.sh | sh -s v0.1.2
|