Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge my Hello World and part 4 #147

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions rege0018-Lab02.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
#!/bin/bash
# Starter shell script
# Rename as YourID-Lab02.sh
# Put commands below
# To run, type ./YourID-Lab02.sh (you need the "./")
# It must have permissions starting with a "7"

mkdir main
cd main
mkdir A
cd A
echo "hi" > aa
mkdir B
cd B
echo "hi" > bb
cd ..
mkdir C
cd C
echo "hi" > cc
cd ..
mkdir D
cd D
echo "hi" >dd
cd /vagrant
mkdir E
cd E
echo "hi" > ee
cd ..
mkdir F
cd F
echo "hi" > ff
cd ..
mkdir G
cd G
echo "hi" > gg
cd /vagrant
mkdir H
cd H
echo "hi" > hh
cd ..
mkdir I
cd I
echo "hi" > ii
cd ..
mkdir J
cd J
echo "hi" > jj
cd ..
mkdir K
cd K
echo "hi" > kk
cd ..
mkdir L
cd L
echo "hi" > ll
cd /vagrant/H
mkdir M
cd M
echo "hi" > mm
cd /vagrant

sudo apt-get install -y tree
sudo apt-get install -y git

2 changes: 2 additions & 0 deletions rege0018-testfile.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Hello Mars karate is an ancient martial art
Hello Again