diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ #!/bin/sh -mkdir -p /home/gramos/s6/services -stow --no-folding --ignore='.*\.sh' -t /home/gramos/s6/services . +mkdir -p ~/s6/services +stow --no-folding --ignore='.*\.sh' -t ~/s6/services . |