mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 04:26:41 +01:00
add dap-update script, add i3 & alacritty shortcut for bold font
This commit is contained in:
12
bin/dap-update
Executable file
12
bin/dap-update
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
|
||||
|
||||
DEVICE_PATH=$1
|
||||
|
||||
if [ -z $DEVICE_PATH ] ; then
|
||||
echo "missing 1st argument (DEVICE_PATH), ie. where to download the files"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
rsync -avz --progress --ignore-existing tele-rpi5:/mnt/usb/audio/ $DEVICE_PATH
|
||||
Reference in New Issue
Block a user