https://github.com/bahamas10/ysap
You Suck at Programming - Dave Eddy
https://github.com/bahamas10/ysap
bash linux shell-scripting unix
Last synced: 11 months ago
JSON representation
You Suck at Programming - Dave Eddy
- Host: GitHub
- URL: https://github.com/bahamas10/ysap
- Owner: bahamas10
- Created: 2022-12-22T00:58:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-10T16:41:15.000Z (11 months ago)
- Last Synced: 2025-05-10T17:37:30.675Z (11 months ago)
- Topics: bash, linux, shell-scripting, unix
- Language: CSS
- Homepage: http://ysap.sh
- Size: 155 KB
- Stars: 391
- Watchers: 9
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

`ysap` - You Suck at Programming
================================
A series on programming (actually just bash scripting) on youtube, tiktok and
instagram.
https://ysap.sh
Repository
----------
- [episodes/](episodes/) - scripts and notes used during videos
- [website/](website/) - scripts used for creating the [ysap.sh](https://ysap.sh) site
Episodes
--------
Updated list of episodes can be seen here:
https://ysap.sh
You can also access it on your terminal with:
```
$ curl ysap.sh
_ _ ___ __ _ _ __
| | | / __|/ _` | '_ \ You Suck at Programming
| |_| \__ \ (_| | |_) | Episodes and guide by dave eddy
\__, |___/\__,_| .__/ https://ysap.sh
__/ | | |
|___/ |_| Source: https://github.com/bahamas10/ysap
+ ------------------------- + -------------------------------------- + -------------------- +
| TITLE | DESCRIPTION | VIDEO |
+ ------------------------- + -------------------------------------- + -------------------- +
| 1. Bash Intro | An introduction to bash | https://ysap.sh/v/1 |
| 2. Bash Arguments | Parsing arguments in bash | https://ysap.sh/v/2 |
| 3. Bash Reading Files | Reading files in bash | https://ysap.sh/v/3 |
| 4. Subshell Basics | What happens when you find | while | https://ysap.sh/v/4 |
...
+ ------------------------- + -------------------------------------- + -------------------- +
last updated: Sat Jul 13 17:45:58 UTC 2024
```
Notes For Dave
--------------
```
Terminal size: 78x24
Zoom command+ 3x
PS1='\[\e[1;32m\]\$ \[\e[0;0m\]'
```
License
-------
All code licensed under the MIT License