mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-05 17:52:29 +00:00
e1f0ee86b7
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1172 e378c898-3ddf-0310-93e7-cc216c733640
4 lines
48 B
Bash
Executable File
4 lines
48 B
Bash
Executable File
#!/bin/bash
|
|
args=($@)
|
|
echo "${args[@]:1}" >> $1
|