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
ommit/bin/dash/src/histedit.c?id=8624fd69422986db9d22e5b7cd5e7d0c28205ef5&follow=1'>Set H_SETUNIQUEJune McEnroe 2020-12-28Add initial version of hilexJune McEnroe