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