Skip to content

Commit

Permalink
rm shell script's warning
Browse files Browse the repository at this point in the history
  • Loading branch information
orbxball committed Apr 6, 2017
1 parent bc1d280 commit e76fcc1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions hw2/hw2_best.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#!/usr/bin/env bash
if [ $# != 6 ]; then
echo "There's no matching parameters!!!";
exit -1;
fi

python3.6 best.py $3 $4 $5 $6
4 changes: 0 additions & 4 deletions hw2/hw2_generative.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#!/usr/bin/env bash
if [ $# != 6 ]; then
echo "There's no matching parameters!!!";
exit -1;
fi

python3.6 generative.py $3 $4 $5 $6
4 changes: 0 additions & 4 deletions hw2/hw2_logistic.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#!/usr/bin/env bash
if [ $# != 6 ]; then
echo "There's no matching parameters!!!";
exit -1;
fi

python3.6 logistic.py $3 $4 $5 $6

0 comments on commit e76fcc1

Please sign in to comment.