#!/bin/bash

DIR=$( dirname "$0" )

rm "$DIR"/out/*
"$DIR"/check_end_with_punctation > "$DIR"/out/out_check_end_with_punctation
"$DIR"/check_icons_equal > "$DIR"/out/out_check_icons_equal
"$DIR"/check_invalid_icons > "$DIR"/out/out_check_invalid_icons
"$DIR"/check_untranslated_stuff > "$DIR"/out/out_check_untranslated_stuff
"$DIR"/check_hashtag_count > "$DIR"/out/out_check_hashtag_count
"$DIR"/check_even_hashtag_count > "$DIR"/out/out_check_even_hashtag_count
"$DIR"/check_key_unique > "$DIR"/out/out_check_key_unique
"$DIR"/check_punctation_equal > "$DIR"/out/out_check_punctation_equal
"$DIR"/check_no_icons > "$DIR"/out/out_check_no_icons
"$DIR"/check_size_diff > "$DIR"/out/out_check_size_diff
