4 lines
104 B
Bash
Executable file
4 lines
104 B
Bash
Executable file
#!/bin/zsh
|
|
profile="${${0:t}%%-cp}"
|
|
cp "$@" ${XDG_DATA_HOME:-$HOME/.local/share}/jails/webapp-$profile/
|