Realizable <<
Previous Next >> Leo Editor
Bash
Bash: https://en.wikipedia.org/wiki/Bash_(Unix_shell)
acp
#! /bin/bash
# bash script for Linux and Mac
# chmod u+x acp
# source acp "commit message"
git add .
git commit -m "$1"
git push
cms
#! /bin/bash
# for Linux and Mac
# chmod u+x cms
# source cms
python3 cmsimde/wsgi.py
ssh-keygen: https://en.wikipedia.org/wiki/Ssh-keygen
chmod: https://en.wikipedia.org/wiki/Chmod
vi: https://en.wikipedia.org/wiki/Vi
References:
2021 Pro Windows Subsystem for Linux (WSL)
2008 Beginning Ubuntu LTS Server Administration
2008 Beginning Ubuntu Linux
Realizable <<
Previous Next >> Leo Editor