Skip to content

Commit

Permalink
fixed quick bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ChannelJuanNews committed Jun 18, 2015
1 parent 756318a commit 907c9fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 2 additions & 3 deletions AllFiles/five/bash/spam/spam.sh
@@ -1,7 +1,7 @@
#!/bin/bash
while read message
do
messageBody="$messageBody$messsage\n"
messageBody="$messageBody$messsage\n"
done
{
echo helo ucr.edu
Expand All @@ -20,5 +20,4 @@ done
sleep 1
echo quit

This comment has been minimized.

Copy link
@nmish1995
sleep 1

} | t
}
4 changes: 1 addition & 3 deletions AllFiles/one/array/array.cpp
@@ -1,9 +1,7 @@
#include <iostream>

using namespace std;

int main(int argc, char * argv[]){

int main(int argc, char * argv[]){
for (int i = 0; i < argc; i++){
cout << "argv[" << i << "] " << argv[i];
}
Expand Down
1 change: 0 additions & 1 deletion AllFiles/two/algorithms/c++/c++.cpp
@@ -1,7 +1,6 @@
#include <iostream>

using namespace std;

int main(int argc, char * argv[]){
cout << "this is a sample c++ program" << endl;
return 0;
Expand Down

0 comments on commit 907c9fb

Please sign in to comment.