9 lines
153 B
Bash
Executable File
9 lines
153 B
Bash
Executable File
#!/bin/sh
|
|
SRC=root//work/config-c2vi
|
|
|
|
# ~/.hermes link
|
|
ln -fs ~/work/nico/hermes ~/.hermes
|
|
|
|
# ssh config
|
|
ln -fs $SRC/hosts/nico/ssh_config ~/.ssh/config
|