5 lines
90 B
Bash
5 lines
90 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
echo "--target=$HOME
|
||
|
--dir=$(dirname $(readlink -f $0))" > ~/.stowrc
|