11 lines
162 B
Bash
Executable File
11 lines
162 B
Bash
Executable File
#! /bin/zsh
|
|
|
|
echo -n "https://tower.scarif.space" | wl-copy
|
|
|
|
nextcloud &
|
|
|
|
station-confirm-or-close "Nextcloud Setup" "Click OK to finish setup"
|
|
|
|
wl-copy --clear
|
|
|