diff options
author | Guillermo Ramos | 2020-05-16 17:42:01 +0200 |
---|---|---|
committer | Guillermo Ramos | 2020-05-16 17:42:01 +0200 |
commit | edc912e5617f41326c1198aad7ff813081e34abf (patch) | |
tree | 98624b4507e3f30a84a34fe879ee931ae0fbd2ab /install.sh | |
parent | adc123903f329e157bfeeab1c9b8a832ce87c2df (diff) | |
download | s6-services-edc912e5617f41326c1198aad7ff813081e34abf.tar.gz |
Control scripts
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..75113b1 --- /dev/null +++ b/install.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +mkdir -p /home/gramos/s6/services +stow --no-folding --ignore='.*\.sh' -t /home/gramos/s6/services . |