Self Extracting Shell Script Part#1 - BASH - LINUX
Uploader Comments (metalx1000)
All Comments (22)
-
thanks! it works! I think it's time to learn some Apple Script language! ;)
-
@Kuta1612: No, I haven't really messed with it since I did the videos on it.
-
@metalx1000 Did you figure out why you were getting errors sometimes?
-
@merkur32123: I said, "Actual UNIX systems", but yes, BSD is a direct descendant of UNIX were Linux is more of a distant relative. MacOS would also be a descendant of UNIX since it switched and started using code from FreeBSD and NetBSD. Or at lest a half brother :)
-
6:29 You were listing out systems, and you said: "Natural UNIX systems". For people that don't know, or think you can't get Natural UNIX anymore, BSDs, like FreeBSD, actually are Natural Unix (By that I mean they contain original Unix source code), and also, there is a Project, called V7/x86, witch is a port of V7 Unix to the PC.
-
Com on dude! Just take in the information and apply it where possible!
worked great thanks :)
robvelor 3 months ago
@robvelor: No Problem
metalx1000 3 months ago
hi! thank you for this, I'm learning a lot with your videos. How about adding an "apt-get install zenity" in the first line of the script? I'm a Mac OS X user, do you know any alternative to zenity? thank you!
holalluis 5 months ago
@holalluis:
Try something like this:
osascript -e 'tell app "System Events" to display dialog "Hello World'
metalx1000 5 months ago