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
tr>2013-07-09Add title commandJune McEnroe 2013-06-09Use default client keysJune McEnroe 2013-06-09Run games in separate X serverJune McEnroe 2013-06-08Add game wrapper to kill/restart unclutterJune McEnroe 2013-06-08Add git configJune McEnroe