6 lines
80 B
Bash
6 lines
80 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Create symbolic links into the home directory
|
||
|
stow -v -R -t ~ .
|
||
|
|