Skip to content

Commit

Permalink
[bash]challenge_[0](UnReviewed) (YearOfProgramming#288)
Browse files Browse the repository at this point in the history
* Fixed typo on line 233 of the Readme

* Added my solution to the challenge_0 using Bash script

* [bash] Challenge 0
  • Loading branch information
jacktraf authored and ManuelMeraz committed Jan 7, 2017
1 parent 9afc468 commit cc3d63d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions challenge_0/bash/deku-jacktraf/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Run like so ./hello-world.sh
Make sure the file is set to be executable:
If using a linux system, type:
chmod +x ./hello-world.sh
2 changes: 2 additions & 0 deletions challenge_0/bash/deku-jacktraf/hello-world.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
echo "Hello World!"

0 comments on commit cc3d63d

Please sign in to comment.