6 lines
67 B
Bash
6 lines
67 B
Bash
|
#!/usr/bin/zsh
|
||
|
|
||
|
|
||
|
cd /Cfg/kb/
|
||
|
ln -s `pwd`/.[a-zA-Z]* ~/ --force
|