mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-22 13:29:16 +00:00
7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
|
#!/bin/sh
|
||
|
export TERM="xterm"
|
||
|
export HOME="/home/torrent"
|
||
|
export PWD="/home/torrent"
|
||
|
cd /home/torrent
|
||
|
exec rtorrent
|