5 lines
72 B
Bash
Executable File
5 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
echo "* Creating link in homedirectory"
|
|
ln -s `pwd` ~/.bash
|