How to use:
./wordle.sh
Or try the unlimit mode:
#!/bin/sh | |
# Copyright 2023 Khalifah K. Shabazz | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a | |
# copy of this software and associated documentation files (the “Software”), | |
# to deal in the Software without restriction, including without limitation | |
# the rights to use, copy, modify, merge, publish, distribute, sublicense, | |
# and/or sell copies of the Software, and to permit persons to whom the | |
# Software is furnished to do so, subject to the following conditions: |
# Usage: | |
# Copy this into your .zshrc or .bashrc, then run `source .zshrc`/`source .bashrc` | |
# the command 'nps' will be available to you afterwards. | |
# There are some variables you might need to change starting at line 22, ending at line 28. | |
function nps () { | |
# New Project Setup. (MUST be ran from inside project DIR) | |
# Uses the directory name of the project you're in as the URL for the site | |
# Copies .env, replaces APP_NAME, APP_URL, DB_HOST, DB_DATABASE and REDIS_HOST |