Skip to content

Commit

Permalink
move merging into perl script
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderme committed Oct 23, 2021
1 parent 8d8de11 commit b6288bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpage/scripts/update_table_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
if [[ "$1" = "" ]]; then echo "need version number"; exit; fi

scripts/create_table_linux.sh $1 > /tmp/table.html
scripts/merge_table_linux.sh
#scripts/merge_table_linux.sh

0 comments on commit b6288bd

Please sign in to comment.