Skip to content

jamesanderson9182/command-line-mastery-executables

Repository files navigation

Productive Developer - Command Line Mastery: Executable Files

You will need to modify the file permissions to add the executable bit on these files apart from HelloWorld.java

You can do this using

chmod +x fileName

e.g. chmod +x bashHelloWorld

Bash bashHelloWorld

./bashHelloWorld TheProductiveDeveloper.net

Java HelloWorld.java

./java-please.sh
java -jar javaHelloWorld.jar TheProductiveDeveloper.net

./java-no-thanks.sh # to delete the compiled files if you want

JavaScript / Node jsHelloWorld

./jsHelloWorld TheProductiveDeveloper.net

PHP phpHelloWorld

./phpHelloWorld TheProductiveDeveloper.net

Python pyHelloWorld

./pyHelloWorld TheProductiveDeveloper.net

Ruby rubyHelloWorld

./rubyHelloWorld TheProductiveDeveloper.net

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published