Skip to content

Commit

Permalink
quiet log
Browse files Browse the repository at this point in the history
  • Loading branch information
bobjacobsen committed Aug 28, 2017
1 parent 549ce5a commit 2757138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CSC/csc_get
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
# This version also does minor logging via getting a logging URL
#

wget -q "http://10.10.0.10/jake/log.php?user=${USER}&file=${1}&host=${HOSTNAME}"
wget -O /dev/null -q "http://10.10.0.10/jake/log.php?user=${USER}&file=${1}&host=${HOSTNAME}"

cp ~/csc-exercises/CSC/$1 ~/$1
2 changes: 1 addition & 1 deletion CSC/csc_log
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# For example:
# ./csc_log team Audrey Ben

wget -q "http://10.10.0.10/jake/log.php?user=${USER}&item1=${1}&item2=${2}&item3=${3}&item4=${4}&host=${HOSTNAME}"
wget -O /dev/null -q "http://10.10.0.10/jake/log.php?user=${USER}&item1=${1}&item2=${2}&item3=${3}&item4=${4}&host=${HOSTNAME}"

0 comments on commit 2757138

Please sign in to comment.