This website works better with JavaScript.
Explore
Help
Sign In
old
/
old-website
Watch
2
Star
0
Fork
You've already forked old-website
0
Code
Issues
2
Pull Requests
1
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1364
Commits
5
Branches
0
Tags
11 MiB
Tag:
Branch:
Tree:
e09355b57c
foo
get-started-changes
master
mdx-conversion
media-changes
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e09355b57c'
${ noResults }
old-website
/
unix102
/
appender.sh
12 lines
101 B
Raw
Normal View
History
Unescape
Escape
Added some sample bash scripts to the UNIX102 page.
11 years ago
#!/bin/bash
while
[
${#
}
!
=
0
]
;
do
echo
"
${
1
}
:
"
cat
"
${
1
}
"
echo
""
shift
done
exit
0