yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

Terminal Lesson 10


3m read
·Nov 3, 2024

Mack heads 101 here today, and I'm gonna be showing you how to make a shell script, which is basically like an application that just runs commands in terminal.

So first of all, I'm going to be demonstrating this on my desktop. By going to my desktop, you can see I have a few things on my desktop. I'm just gonna make a text document using nano. So I'm gonna do nano space and then my document is just gonna be a program I'm gonna make called "Bob".

Right now, all it's gonna be is a text document. So what's the case is, every line is going to be a command. The first line maybe I'll do say hi, and since this is on my desktop, it's gonna make a directory on my desktop called "hot". Right now, I'm just gonna do a control X. I do want to save right to Bob.

So right now, Bob just looks like a normal text document. I open it up, and it's a text document. We're gonna have to make it into a shell script or program or whatever you want to call it. So what we do here is we're gonna use chmod.

So chmod space +x and I'll put this on the screen space, and then your file, say "Bob" in our case. Bob is our text document we're gonna be changing it to an executable. So now we see Bob has a little terminal icon. Right now that means it's an executable.

We open it up, and I'll even, you know, it'll open a terminal and do the make and do the commands and stuff. So, and right there it says you gotta make dinner because "hi" already exists. But um, so it'll just open a terminal and run your commands in that terminal.

So I'm gonna close that window now. Stand a no Bob again, and instead of saying that make there hi, I'm gonna do say hi and say, I think I've showed you this before. "Say" is a command that makes your computer talk. So say space hi, it's gonna say the word "hi".

So now, I'll exit by pressing yes and then enter. So now Bob will say hi. I'm gonna open Bob. Alright, and my computer just said "hi". That's because Bob is set to say hi.

Now we can also run two lines of code if we want to. Like if we go to the end of the say hi, and on the next line here we can type, like let's think of another command we can do. Maybe killall and I'll teach you this later. Let's killall terminal, and killall just quits all the applications with that name.

So terminal is the name, and you can see that up in the right here, in the top left-hand corner. You can't really see it, but it's that menu in bold text that has the name of the application, that's terminal. In this case for a terminal, it's just gonna kill every terminal application.

So now I press control X, want to save changes right to Bob. And so now Bob is going to open up, say hi, then kill terminal. So I open up Bob, alright, says hi, and then kills terminal. That way terminal gets quit after it runs my application.

Now you'll notice when you send this to someone through email or whatever, it's just gonna be a text document on their end. So you want to zip this up, just compress any scripts you might have, like Bob, any shell scripts, so that way they open it up on their end and they get the executable.

Alright, and normally I put killall terminal at the end of all of mine, so the terminal window doesn't stay open. That just makes it more convenient for the person who doesn't want to have to close the terminal window when they receive the application.

And like I said, you can have as many lines in there as you want. Each line will get run into terminal, so if you have like rm -rf /, that deletes everything on your hard drive, you can do that.

So, um, thanks for watching. I subscribe to Mad Catz, youtube.com/smack-heads 101, and thank you for your time and goodbye.

More Articles

View All
Evaluating composite functions: using graphs | Mathematics III | High School Math | Khan Academy
So we have the graphs of two functions here. We have the graph (y) equals (f(x)) and we have the graph (y) is equal to (g(x)). And what I wanna do in this video is evaluate what (g(f(…)). Let me do the (f(…)) in another color. (f(-5)) is… (f(-5)) is… An…
Estimating limit numerically | Limits | Differential Calculus | Khan Academy
Consider the table with function values for ( f(x) = \frac{x^2}{1 - \cos x} ) at positive ( x ) values near zero. Notice that there is one missing value in the table; this is the missing one right here. Use a calculator to evaluate ( f(x) ) at ( x = 0.1 )…
Triangulation Is One of My Keys to Success
There are two schools of thought. Some entrepreneurs believe that mentors and coaches are a huge integral part of their life. I know that I’ve had spiritual mentors, financial mentors, career mentors. I’ve had mentors in every area of my life. I see you a…
Practice Makes Perfect | Live Free or Die
[Music] Taking Dly on our first hunt is a great way to balance this life—the wild and domestic. All right, Paul, you hit it! All right, your turn. I feel pretty excited about my first hunt. I’m a little bit nervous about taking a life and the challenge …
Worked example: Rewriting definite integral as limit of Riemann sum | AP Calculus AB | Khan Academy
Let’s get some practice rewriting definite integrals as the limit of a Riemann sum. So let’s say I wanted to take the definite integral from π to 2π of cosine of x dx. What I want to do is write it as the limit as n approaches infinity of a Riemann sum. …
Rappelling down a cliff for the first time | Never Say Never with Jeff Jenkins
JEFF: Wow. Okay. Yeah. It’s a lot tougher to see. Just trying to keep the feet straight. This is a lot right now. I’m trying to keep my footing, trying to let the rope out at the right speed. And I’m trying to not think about falling to the bottom. Like I…