4 lines
74 B
Plaintext
4 lines
74 B
Plaintext
![]() |
#!/bin/zsh
|
||
|
profile="${${0:t}%%-cp}"
|
||
|
cp "$@" $HOME/.jails/firefox-$profile
|