Created
December 30, 2023 00:04
-
-
Save 8dcc/cdf08c744d301693e8c623cef4a269c1 to your computer and use it in GitHub Desktop.
Update configs for commit 859ea59 of 8dcc/tf2-cheat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Usage: | |
# ./update_enoch_cfg_*.sh CONFIG.json | |
sed -i "s/col_esp_friend/col_esp_tmate/g" "$1" | |
sed -i "s/col_esp_enemy_build/col_esp_build_enemy/g" "$1" | |
sed -i "s/col_esp_friend_build/col_esp_build_tmate/g" "$1" | |
sed -i "s/col_esp_sticky_friend/col_esp_sticky_tmate/g" "$1" | |
sed -i "s/col_chams_friend/col_chams_tmate/g" "$1" | |
# Should not be needed | |
sed -i "s/col_esp_tmate_build/col_esp_build_tmate/g" "$1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment