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

tf="$HOME/Library/Application Support/Steam/steamapps/common/Team Fortress 2/tf"
for cfg in cfg/*.cfg; do
	ln -s -f "$PWD/$cfg" "$tf/$cfg"
done
d=75f6ed0d8f93446d8442cf7bcd97cb36ee956c7a&follow=1'>Replace strchrnul with strchrJune McEnroe 2019-01-10Replace eaccess with faccessatJune McEnroe 2019-01-10Replace st_mtim with st_mtimespecJune McEnroe 2019-01-10Replace sys_nsig with NSIGJune McEnroe 2019-01-10Replace cash MakefileJune McEnroe 2019-01-10Move bltin out of subdirectoryJune McEnroe