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