summary refs log tree commit diff
path: root/etc/tf/link.sh
blob: 03bd25e53d50e5cc1be0294e90d6e946576d30ed (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
set -eu

tf="${HOME}/Library/Application Support/Steam/steamapps/common/Team Fortress 2/tf"
for cfg in cfg/*.cfg; do
	ln -fs "${PWD}/${cfg}" "${tf}/${cfg}"
done
0-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe