diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-28 12:55:44 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-28 12:55:44 +0200 |
commit | 82cbdfc56d2f6f6ffdfd5aa5bdbfd06ee0611c99 (patch) | |
tree | 67371380b5ffc86b98ac2bd49013d9b3ed4ecb65 /odin/strm/send_kitty | |
parent | 9b80f162e11d4019ef7fc834940fd265065baa84 (diff) | |
download | nixos-82cbdfc56d2f6f6ffdfd5aa5bdbfd06ee0611c99.tar nixos-82cbdfc56d2f6f6ffdfd5aa5bdbfd06ee0611c99.tar.gz nixos-82cbdfc56d2f6f6ffdfd5aa5bdbfd06ee0611c99.tar.bz2 nixos-82cbdfc56d2f6f6ffdfd5aa5bdbfd06ee0611c99.tar.xz nixos-82cbdfc56d2f6f6ffdfd5aa5bdbfd06ee0611c99.zip |
Start uucico via systemd
Diffstat (limited to 'odin/strm/send_kitty')
-rw-r--r-- | odin/strm/send_kitty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odin/strm/send_kitty b/odin/strm/send_kitty index a294d84c..60eb11ec 100644 --- a/odin/strm/send_kitty +++ b/odin/strm/send_kitty | |||
@@ -37,5 +37,5 @@ fi | |||
37 | newFile="${concatDir}/$(date +'%Y-%m-%d-%H-%M-%S').mkv" | 37 | newFile="${concatDir}/$(date +'%Y-%m-%d-%H-%M-%S').mkv" |
38 | 38 | ||
39 | @ffmpeg@/bin/ffmpeg -safe 0 -f concat -i =(awk $'{ print "file \'"$0"\'" }' ${fList}) -c copy -metadata "description=$(xargs -a ${fList} -- basename -s ".mkv")" ${newFile} | 39 | @ffmpeg@/bin/ffmpeg -safe 0 -f concat -i =(awk $'{ print "file \'"$0"\'" }' ${fList}) -c copy -metadata "description=$(xargs -a ${fList} -- basename -s ".mkv")" ${newFile} |
40 | queue.hel ${newFile} | 40 | queue.hel -r ${newFile} |
41 | ln -vfs $(realpath --relative-to=${lastFile:h} ${newFile}) ${lastFile} | 41 | ln -vfs $(realpath --relative-to=${lastFile:h} ${newFile}) ${lastFile} |