scripts

Random scripts
git clone git://git.margiolis.net/scripts.git
Log | Files | Refs | README | LICENSE

commit 68c33b130c74d6d077c578806bcf05fa6f9e4bf0
parent 774a61f8dd79540e99d1d3a752f9495bdb609051
Author: Christos Margiolis <christos@margiolis.net>
Date:   Thu, 12 Jan 2023 04:18:00 +0200

new scripts

Diffstat:
MMakefile | 4+++-
Aaudl | 3+++
Atmsync | 3+++
3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,6 +1,7 @@ .POSIX: -TARGS = ausplit \ +TARGS = audl \ + ausplit \ autocomp \ backup \ batnfy \ @@ -11,6 +12,7 @@ TARGS = ausplit \ fontupd \ irssi_torconf \ mntdroid \ + tmsync \ passget \ push \ rssread \ diff --git a/audl b/audl @@ -0,0 +1,3 @@ +#!/bin/sh + +yt-dlp -x -f bestaudio/best --audio-format mp3 ${@} diff --git a/tmsync b/tmsync @@ -0,0 +1,3 @@ +#!/bin/sh + +ntpdate -v -b 'in.pool.ntp.org'